docs($http): correct link to "salt (cryptography)" wikipedia article

Closes #8654
This commit is contained in:
Jeff Sheets
2014-08-18 11:19:42 -05:00
committed by Caitlin Potter
parent 8695138aec
commit 129c53730c

View File

@@ -540,7 +540,7 @@ function $HttpProvider() {
* that only JavaScript running on your domain could have sent the request. The token must be
* unique for each user and must be verifiable by the server (to prevent the JavaScript from
* making up its own tokens). We recommend that the token is a digest of your site's
* authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
* authentication cookie with a [salt](https://en.wikipedia.org/wiki/Salt_(cryptography))
* for added security.
*
* The name of the headers can be specified using the xsrfHeaderName and xsrfCookieName