docs(http): vanilla links do not need link tags (#14097)
This commit is contained in:
parent
e35c25d2ce
commit
2dd9654004
|
@ -181,7 +181,7 @@ export class XHRConnection implements Connection {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* `XSRFConfiguration` sets up Cross Site Request Forgery (XSRF) protection for the application
|
* `XSRFConfiguration` sets up Cross Site Request Forgery (XSRF) protection for the application
|
||||||
* using a cookie. See {@link https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)}
|
* using a cookie. See https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)
|
||||||
* for more information on XSRF.
|
* for more information on XSRF.
|
||||||
*
|
*
|
||||||
* Applications can configure custom cookie and header names by binding an instance of this class
|
* Applications can configure custom cookie and header names by binding an instance of this class
|
||||||
|
|
Loading…
Reference in New Issue