From 129c53730c044c7ef5b11b5960f8f56f1d71dc2a Mon Sep 17 00:00:00 2001 From: Jeff Sheets Date: Mon, 18 Aug 2014 11:19:42 -0500 Subject: [PATCH] docs($http): correct link to "salt (cryptography)" wikipedia article Closes #8654 --- src/ng/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/http.js b/src/ng/http.js index 5c04e039..86b74f6e 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -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