diff --git a/backend/src/index.js b/backend/src/index.js index 4e0179f..463f4ab 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -17,8 +17,8 @@ app.use((_req, res, next) => { "font-src 'self' https://fonts.gstatic.com", // iCal-Feeds werden serverseitig geprosxt → nur 'self' nötig "connect-src 'self'", - // data: für Avatare (base64), google.com für Favicons im QuickLinks-Widget - "img-src 'self' data: https://www.google.com", + // 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", "worker-src 'self'", "object-src 'none'", "base-uri 'self'",