From dab2587fe7e8cf6df6f6133d9324cd58f39a779f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sobkiewicz?= Date: Wed, 16 Jul 2025 17:31:27 +0200 Subject: [PATCH] Update Angular documentation links in csrf.adoc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced `angular.io` links with their corresponding `angular.dev` URLs. This change ensures that users referencing CSRF documentation are directed to the most current Angular resources. Signed-off-by: MichaƂ Sobkiewicz --- docs/modules/ROOT/pages/servlet/exploits/csrf.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/exploits/csrf.adoc b/docs/modules/ROOT/pages/servlet/exploits/csrf.adoc index 33834f12b25..9d7c06ea630 100644 --- a/docs/modules/ROOT/pages/servlet/exploits/csrf.adoc +++ b/docs/modules/ROOT/pages/servlet/exploits/csrf.adoc @@ -206,7 +206,7 @@ These defaults come from Angular and its predecessor https://docs.angularjs.org/ [TIP] ==== -See the https://angular.io/guide/http-security-xsrf-protection[Cross-Site Request Forgery (XSRF) protection] guide and the https://angular.io/api/common/http/HttpClientXsrfModule[HttpClientXsrfModule] for more recent information on this topic. +See the https://angular.dev/best-practices/security#httpclient-xsrf-csrf-security[HttpClient XSRF/CSRF security] and the https://angular.dev/api/common/http/withXsrfConfiguration[withXsrfConfiguration] for more recent information on this topic. ==== You can configure the `CookieCsrfTokenRepository` using the following configuration: