diff options
author | Annonomus-Penguin <Annonomus-Penguin@users.noreply.github.com> | 2015-07-17 02:32:13 +0300 |
---|---|---|
committer | Annonomus-Penguin <Annonomus-Penguin@users.noreply.github.com> | 2015-07-17 02:32:13 +0300 |
commit | 26d3ac66fdf06e7b6ee63ee966f39e0fca08631a (patch) | |
tree | 4b1d498f4beb094a8aa3be00759bc0b7a28bdad5 | |
parent | e8ab2fa5d114bbc278da9bd20dc67553bed7a3c4 (diff) |
Fixed broken link in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ cookie values. Secure cookies can't be forged, because their values are validated using HMAC. When encrypted, the content is also inaccessible to malicious eyes. It is still recommended that sensitive data not be stored in cookies, and that HTTPS be used -to prevent cookie [replay attacks](https://en.wikipedia.org/wiki/Replay_attack](https://en.wikipedia.org/wiki/Replay_attack). +to prevent cookie [replay attacks](https://en.wikipedia.org/wiki/Replay_attack). ## Examples |