1
0
mirror of https://github.com/rancher/norman.git synced 2025-06-28 00:07:02 +00:00
norman/api
Vincent Fiduccia f894f8fc5d
CSRF Cookie fixes
- Only set the cookie if it doesn't exist
- Always mark it secure (it was previously getting re-sent as not)
-.Check the value against the header even if there was no value (so that
a request that is missing the cookie but should have had one fails).
2020-02-24 15:50:44 -07:00
..
access Add Create to access 2018-04-19 21:57:01 -07:00
builtin Make queryopts be a pointer 2017-12-28 16:49:51 +00:00
handler Add InputFormatter that runs before the builder/validation 2018-07-19 10:23:17 -07:00
writer Add Frame-Options header 2019-02-15 16:45:10 -07:00
server.go Log panics as error 2019-02-11 11:59:18 -07:00
types.go More initial dev 2017-11-10 21:46:30 -07:00
validate.go CSRF Cookie fixes 2020-02-24 15:50:44 -07:00