mirror of
https://github.com/Luzifer/ots.git
synced 2025-08-02 19:26:20 -04:00
Add QR-code display for secret URL
fixes #61 Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
128ce071cb
commit
e320307768
6 changed files with 311 additions and 10 deletions
2
main.go
2
main.go
|
@ -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'",
|
||||
}, ";")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue