We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8695138 commit 129c537Copy full SHA for 129c537
src/ng/http.js
@@ -540,7 +540,7 @@ function $HttpProvider() {
540
* that only JavaScript running on your domain could have sent the request. The token must be
541
* unique for each user and must be verifiable by the server (to prevent the JavaScript from
542
* making up its own tokens). We recommend that the token is a digest of your site's
543
- * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
+ * authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
544
* for added security.
545
*
546
* The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName
0 commit comments