From b32c79b9e2adb8a829d1e1ba31be753d986bbf51 Mon Sep 17 00:00:00 2001 From: Dicken Date: Thu, 28 May 2026 11:25:58 +0200 Subject: [PATCH] Reload Button bei Nachrichten, Favicons Repariert --- backend/src/index.js | 2 +- frontend/src/tools/nachrichten.jsx | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/src/index.js b/backend/src/index.js index 463f4ab..8ccfcdb 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -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'", diff --git a/frontend/src/tools/nachrichten.jsx b/frontend/src/tools/nachrichten.jsx index 4569945..8613f91 100644 --- a/frontend/src/tools/nachrichten.jsx +++ b/frontend/src/tools/nachrichten.jsx @@ -168,8 +168,13 @@ export default function Nachrichten({ toast, mobile }) { borderRight: mobile ? 'none' : '1px solid rgba(255,255,255,0.06)', display:'flex', flexDirection:'column', background:'#0d0d0f', flexShrink:0, }}> -
+
NACHRICHTEN
+
{users.length === 0 ? (