Add QR-code display for secret URL

fixes #61

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-06-10 20:24:17 +02:00
parent 128ce071cb
commit e320307768
No known key found for this signature in database
GPG key ID: D91C3E91E4CAD6F5
6 changed files with 311 additions and 10 deletions

View file

@ -34,7 +34,7 @@ var (
"default-src 'none'",
"connect-src 'self'",
"font-src 'self'",
"img-src 'self'",
"img-src 'self' data:",
"script-src 'self' 'unsafe-inline'",
"style-src 'self' 'unsafe-inline'",
}, ";")