Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 65ec0ab

Browse files
jeffsheetscaitp
authored andcommitted
docs($http): correct link to "salt (cryptography)" wikipedia article
Closes angular#8654
1 parent 6133c63 commit 65ec0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ function $HttpProvider() {
468468
* that only JavaScript running on your domain could have sent the request. The token must be
469469
* unique for each user and must be verifiable by the server (to prevent the JavaScript from
470470
* 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))
471+
* authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
472472
* for added security.
473473
*
474474
* The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName

0 commit comments

Comments
 (0)