summaryrefslogtreecommitdiff
path: root/src/tests/config/config_samesite_cookies.ini (follow)
AgeCommit message (Collapse)Author
2021-11-11detect dummy or short encryption keyBen Fuhrmannek
2017-12-18Fix cookie encryptionxXx-caillou-xXx
Previously, when a cookie was set with the `httpOnly` flag, it was automatically encrypted, due to a logic flaw. This is now fixed and tested.
2017-11-24Implement anti csrf measuresxXx-caillou-xXx
This is done by using the "samesite" cookie attribute.