We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6133c63 commit 65ec0abCopy full SHA for 65ec0ab
1 file changed
src/ng/http.js
@@ -468,7 +468,7 @@ function $HttpProvider() {
468
* that only JavaScript running on your domain could have sent the request. The token must be
469
* unique for each user and must be verifiable by the server (to prevent the JavaScript from
470
* making up its own tokens). We recommend that the token is a digest of your site's
471
- * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
+ * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
472
* for added security.
473
*
474
* The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName
0 commit comments