Dateien nach "backend/src" hochladen

This commit is contained in:
2026-05-28 09:29:26 +02:00
parent 8b6fe7dd47
commit 10c9b802eb

View File

@@ -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'",