Reload Button bei Nachrichten, Favicons Repariert
This commit is contained in:
@@ -18,7 +18,7 @@ app.use((_req, res, next) => {
|
||||
// iCal-Feeds werden serverseitig geprosxt → nur 'self' nötig
|
||||
"connect-src 'self'",
|
||||
// data: für Avatare (base64), google.com + gstatic.com für Favicons im QuickLinks-Widget
|
||||
"img-src 'self' data: https://www.google.com https://t1.gstatic.com https://t2.gstatic.com https://t3.gstatic.com",
|
||||
"img-src 'self' data: https://www.google.com https://*.gstatic.com",
|
||||
"worker-src 'self'",
|
||||
"object-src 'none'",
|
||||
"base-uri 'self'",
|
||||
|
||||
Reference in New Issue
Block a user