Commit 407dedf6 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #724 from blockscout/csp-ff-fix

csp firefox fix
parents 3b6776c8 d8ca8b12
......@@ -24,7 +24,10 @@ export function app(): CspDev.DirectiveDescriptor {
return {
'default-src': [
KEY_WORDS.NONE,
// KEY_WORDS.NONE,
// https://bugzilla.mozilla.org/show_bug.cgi?id=1242902
// need 'self' here to avoid an error with prefetch nextjs chunks in firefox
KEY_WORDS.SELF,
],
'connect-src': [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment