fix: CSP connect-src web.archive.org, Clipboard ohne Permission-Dialog
This commit is contained in:
@@ -33,7 +33,7 @@ app.use((_req, res, next) => {
|
||||
"style-src 'self' 'unsafe-inline' https://fonts.googleapis.com",
|
||||
"font-src 'self' https://fonts.gstatic.com",
|
||||
// iCal-Feeds werden serverseitig geprosxt → nur 'self' nötig
|
||||
"connect-src 'self'",
|
||||
"connect-src 'self' https://web.archive.org",
|
||||
// data: für Avatare (base64), google.com + gstatic.com für Favicons im QuickLinks-Widget
|
||||
"img-src 'self' data: https://www.google.com https://*.gstatic.com https://image.tmdb.org",
|
||||
"worker-src 'self'",
|
||||
|
||||
Reference in New Issue
Block a user