From 7947aea8369e2e4033f08f8c360eae3491a6f671 Mon Sep 17 00:00:00 2001 From: AeThex Date: Sat, 2 May 2026 23:25:12 +0000 Subject: [PATCH] fix: remove external resources blocked by Discord Activity CSP - Remove Google Fonts import from global.css (blocked by Discord iframe CSP) - Replace GitBook image URLs in index.html with local /favicon.ico Co-Authored-By: Claude Sonnet 4.6 --- client/global.css | 2 +- index.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/global.css b/client/global.css index 812b44cc..1dbb5aea 100644 --- a/client/global.css +++ b/client/global.css @@ -1,4 +1,4 @@ -@import url("https://fonts.googleapis.com/css2?family=Electrolize&family=Orbitron:wght@400;600;700;900&family=Share+Tech+Mono&family=Source+Code+Pro:wght@300;400;500;600&family=VT323&family=Press+Start+2P&family=Merriweather:wght@400;700&display=swap"); +/* Google Fonts removed — blocked by Discord Activity CSP. Using system font stack. */ @tailwind base; @tailwind components; diff --git a/index.html b/index.html index 8bb827e9..8e3986c6 100644 --- a/index.html +++ b/index.html @@ -35,18 +35,18 @@ rel="icon" type="image/png" sizes="32x32" - href="https://docs.aethex.tech/~gitbook/image?url=https%3A%2F%2F1143808467-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252FDhUg3jal6kdpG645FzIl%252Fsites%252Fsite_HeOmR%252Flogo%252FqxDYz8Oj2SnwUTa8t3UB%252FAeThex%2520Origin%2520logo.png%3Falt%3Dmedia%26token%3D200e8ea2-0129-4cbe-b516-4a53f60c512b&width=32&dpr=1&quality=100&sign=6c7576ce&sv=2" + href="/favicon.ico" /> @@ -88,7 +88,7 @@ /> @@ -116,7 +116,7 @@ name: "AeThex", legalName: "AeThex Corporation", url: origin, - logo: "https://docs.aethex.tech/~gitbook/image?url=https%3A%2F%2F1143808467-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252FDhUg3jal6kdpG645FzIl%252Fsites%252Fsite_HeOmR%252Flogo%252FqxDYz8Oj2SnwUTa8t3UB%252FAeThex%2520Origin%2520logo.png%3Falt%3Dmedia%26token%3D200e8ea2-0129-4cbe-b516-4a53f60c512b&width=512&dpr=1&quality=100&sign=6c7576ce&sv=2", + logo: "/favicon.ico", areaServed: "Worldwide", address: { "@type": "PostalAddress",