Skip to content

Commit 2456fe1

Browse files
perceptron8jzheaux
authored andcommitted
Update Angular documentation links in csrf.adoc
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 <[email protected]>
1 parent 9759738 commit 2456fe1

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/exploits

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/exploits/csrf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ These defaults come from Angular and its predecessor https://docs.angularjs.org/
206206

207207
[TIP]
208208
====
209-
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.
209+
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.
210210
====
211211

212212
You can configure the `CookieCsrfTokenRepository` using the following configuration:

0 commit comments

Comments
 (0)