summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjvoisin2017-12-22 11:46:45 +0100
committerjvoisin2017-12-22 11:46:45 +0100
commit527b2d31632d1aa678d7aa7c0c1b9bfc948969dc (patch)
tree7fbfa4cdc160a9fb09451ff49517215d94c8e7e1 /doc
parentabba60788625acf89dc670be478de3a351adb55b (diff)
Fix a typo spotted by @xxx-caillou-xxx
Diffstat (limited to 'doc')
-rw-r--r--doc/source/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index ee39682..073bd8d 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -330,7 +330,7 @@ is when unauthorised commands are issued from a user that the application trusts
330For example, if a user is authenticated on a banking website, 330For example, if a user is authenticated on a banking website,
331an other site might present something like 331an other site might present something like
332``<img src="http://mybank.com/transfer?from=user&to=attack&amount=1337EUR">``, 332``<img src="http://mybank.com/transfer?from=user&to=attack&amount=1337EUR">``,
333effectivement transfering money from the user's account to the attacker one. 333effectively transferring money from the user's account to the attacker one.
334 334
335Snuffleupagus can prevent this (in `supported browsers <https://caniuse.com/#search=samesite>`__) 335Snuffleupagus can prevent this (in `supported browsers <https://caniuse.com/#search=samesite>`__)
336by setting the `samesite <https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7>`__ 336by setting the `samesite <https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-02#section-5.3.7>`__