fix: add turnstile in frame src
Some checks failed
test cassandra-backup / Test latest Cassandra backup (push) Has been cancelled
update word-lists / update-word-lists (push) Has been cancelled

This commit is contained in:
murdle 2026-03-01 01:22:13 +02:00
parent b22d5f9f9a
commit 75ca8b14c6

View File

@ -295,7 +295,7 @@ function createAppServerInitializer(context: ServiceInitializationContext): Serv
connectSrc: ["'self'", 'wss:', 'ws:', publicUrlHost],
fontSrc: ["'self'", staticCdnHost],
mediaSrc: ["'self'", 'blob:', mediaUrlHost],
frameSrc: ["'none'"],
frameSrc: ["https://challenges.cloudflare.com"],
},
});