You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
464e46b02b
1765: Set sensible cookie flags on the admin app r=mergify[bot] a=nextgens ## What type of PR? Bugfix ## What does this PR do? It sets the right flags on the session cookie issued by the admin app. This should probably be backported as the lack of secure flag on TLS-enabled setup is a high risk vulnerability. SameSite is hardening / helps against CSRF on modern browsers HTTPOnly is hardening / helps reduce the impact of XSS Co-authored-by: Florent Daigniere <nextgens@freenetproject.org> |
4 years ago | |
---|---|---|
.. | ||
assets | 5 years ago | |
mailu | 4 years ago | |
migrations | 6 years ago | |
.gitignore | 7 years ago | |
Dockerfile | 5 years ago | |
README.md | 7 years ago | |
audit.py | 7 years ago | |
babel.cfg | 7 years ago | |
messages.pot | 7 years ago | |
package.json | 5 years ago | |
requirements-prod.txt | 4 years ago | |
requirements.txt | 5 years ago | |
start.py | 5 years ago | |
webpack.config.js | 5 years ago |
README.md
Mailu Admin container
This is the web-based administrative interface for the Mailu containerized mail server.
Resources
- Report issues and send Pull Requests in the main Mailu repository