summaryrefslogtreecommitdiffstats
path: root/internal/handler/static.go
Commit message (Collapse)AuthorAgeFilesLines
* Add Nym community favicon and allow img-src in CSPGab Virebent5 days1-2/+1
| | | | | | favicon.ico/32/48 reference the official Nym icon so the site is recognizable as Nym-community. CSP img-src 'self' data: was needed for the PNG variants to load under the strict script-src 'self' policy.
* Initial public release: Nym-native anonymous submission systemGab Virebent2026-06-201-0/+19
End-to-end verified pipeline (browser -> HTTP relay -> Nym mixnet -> reader). Client-side X25519+HKDF+AES-GCM-256, no-log blind relay, AGPL-3.0.