Commit 64e436

2026-03-30 23:04:03 Otterwiki Robot: added SECURITY_HEADERS documentation
configuration.md ..
@@ 80,6 80,12 @@
| ---------------- | ---------- | -------------- |
| `GIT_WEB_SERVER` | `False` | Set to to `True` to allow cloning the wiki via git+http(s) |
+ ### Security
+
+ | Variable | Example | Description |
+ |--------------------|----------|----------------------------------------------|
+ | `SECURITY_HEADERS` | `True` | When enabled (default), the following HTTP response headers are set on every response: `X-Content-Type-Options: nosniff`, `X-Frame-Options: SAMEORIGIN`, `Referrer-Policy: same-origin`. Set to `False` if you need to embed the wiki in an iframe on a different origin or if your reverse proxy already sets these headers. |
+
### Mail configuration
An Otter Wiki is using [Flask-Mail](https://flask-mail.readthedocs.io/en/latest/).
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9