No description
Find a file
lichenblankie 4899819597 added bookmark auth, CSP, per-session CSRF
- Bookmark endpoint now requires a secret token (stored in settings)
- Style reset moved from GET to POST with CSRF protection
- Open redirect prevention in _redirect() helper
- Import capped at 100 URLs to prevent abuse
- page_tags cleaned up on delete + PRAGMA foreign_keys enabled
- CSP, X-Frame-Options, X-Content-Type-Options on all responses
- CSRF tokens now per-session via double-submit cookie pattern
- Tag names URL-decoded for special characters
- Gateway forwards cookies in request data
2026-06-05 05:29:35 +00:00
themes created themes folder with kodama template 2026-06-05 05:29:35 +00:00
.gitignore created themes folder with kodama template 2026-06-05 05:29:35 +00:00
app.py bound to 0.0.0.0 for remote access 2026-06-05 05:29:35 +00:00
db.py added bookmark auth, CSP, per-session CSRF 2026-06-05 05:29:35 +00:00
gateway.py added bookmark auth, CSP, per-session CSRF 2026-06-05 05:29:35 +00:00
handlers.py added bookmark auth, CSP, per-session CSRF 2026-06-05 05:29:35 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
rns_client.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
templates.py added custom template editor, cleaned up UI 2026-06-05 05:29:35 +00:00