mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-14 10:53:30 +02:00
087841d5b7
The init script was pushing an application context, which maked flask.g global and persisted across requests. This was evaluated to have a minimal security impact. This explains/fixes #738: flask_wtf caches the csrf token in the application context to have a single token per request, and only sets the session attribute after the first generation. |
||
---|---|---|
.. | ||
mailu | ||
migrations | ||
.gitignore | ||
audit.py | ||
babel.cfg | ||
Dockerfile | ||
messages.pot | ||
README.md | ||
requirements-prod.txt | ||
requirements.txt | ||
start.py |
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