Skip to content

Commit

Permalink
docs: link to http security now at best-practices/security (#55060)
Browse files Browse the repository at this point in the history
fixes #55058

PR Close #55060
  • Loading branch information
JeanMeche authored and dylhunn committed Mar 27, 2024
1 parent 9e60609 commit 2a395f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adev/src/content/guide/http/setup.md
Expand Up @@ -83,11 +83,11 @@ HELPFUL: Prefer using [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/C

### `withXsrfConfiguration(...)`

Including this option allows for customization of `HttpClient`'s built-in XSRF security functionality. See the [security guide](guide/http/security) for more information.
Including this option allows for customization of `HttpClient`'s built-in XSRF security functionality. See the [security guide](best-practices/security) for more information.

### `withNoXsrfProtection()`

Including this option disables `HttpClient`'s built-in XSRF security functionality. See the [security guide](guide/http/security) for more information.
Including this option disables `HttpClient`'s built-in XSRF security functionality. See the [security guide](best-practices/security) for more information.

## `HttpClientModule`-based configuration

Expand Down

0 comments on commit 2a395f8

Please sign in to comment.