This commit is contained in:
@@ -75,7 +75,8 @@ func main() {
|
|||||||
"font-src 'self'",
|
"font-src 'self'",
|
||||||
"script-src 'self'",
|
"script-src 'self'",
|
||||||
"connect-src 'self'",
|
"connect-src 'self'",
|
||||||
"media-src 'self'", // <- wichtig
|
"media-src 'self' blob:", // <— HIER blob: zulassen
|
||||||
|
"worker-src 'self' blob:",
|
||||||
}, "; "),
|
}, "; "),
|
||||||
)
|
)
|
||||||
w.Header().Set("X-Content-Type-Options", "nosniff")
|
w.Header().Set("X-Content-Type-Options", "nosniff")
|
||||||
|
|||||||
Reference in New Issue
Block a user