Add Nostr chat drawer

This commit is contained in:
Dorian
2026-05-06 19:52:20 +01:00
parent b2f81a1f8d
commit b715c3f27d
5 changed files with 458 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ export function buildApp() {
"default-src": ["'self'"],
"script-src": ["'self'"],
"style-src": ["'self'", "'unsafe-inline'"],
"img-src": ["'self'", "data:"],
"img-src": ["'self'", "data:", "https:"],
"connect-src": ["'self'", "wss://relay.primal.net"],
"font-src": ["'self'", "data:"],
"manifest-src": ["'self'"],