Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 129c537

Browse files
jeffsheetscaitp
authored andcommitted
docs($http): correct link to "salt (cryptography)" wikipedia article
Closes #8654
1 parent 8695138 commit 129c537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function $HttpProvider() {
540540
* that only JavaScript running on your domain could have sent the request. The token must be
541541
* unique for each user and must be verifiable by the server (to prevent the JavaScript from
542542
* 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))
543+
* authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
544544
* for added security.
545545
*
546546
* The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName

0 commit comments

Comments
 (0)