docs(api): fix links (#9852)
This commit is contained in:
parent
30bec78da3
commit
2708ce6a17
|
@ -152,8 +152,8 @@ export class XHRConnection implements Connection {
|
|||
|
||||
/**
|
||||
* `XSRFConfiguration` sets up Cross Site Request Forgery (XSRF) protection for the application
|
||||
* using a cookie. See https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) for more
|
||||
* information on XSRF.
|
||||
* using a cookie. See {@link https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)}
|
||||
* for more information on XSRF.
|
||||
*
|
||||
* Applications can configure custom cookie and header names by binding an instance of this class
|
||||
* with different `cookieName` and `headerName` values. See the main HTTP documentation for more
|
||||
|
|
Loading…
Reference in New Issue