corubba ae2ad6527a Set csrf cookie to httponly
The CSRF token is currently inserted directly in the template and not
in the browser via JavaScript from the cookie, so making it inaccessible
is not a problem.

The Sesson-cookie is already httponly by default [0].

[0] https://flask.palletsprojects.com/en/2.1.x/config/?highlight=session_cookie_httponly#SESSION_COOKIE_HTTPONLY
2022-06-18 18:51:42 +02:00
..
2022-06-18 18:51:40 +02:00
2022-05-19 00:53:20 +02:00
2022-06-18 18:51:40 +02:00
2022-06-18 18:51:42 +02:00
2022-05-23 16:46:11 +00:00