Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 65ec0ab

Browse files
jeffsheetscaitp
authored andcommittedAug 18, 2014
docs($http): correct link to "salt (cryptography)" wikipedia article
Closes #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)
This repository has been archived.