Commit d8ca8b12 authored by isstuev's avatar isstuev

csp firefox fix

parent 10293da2
...@@ -24,7 +24,10 @@ export function app(): CspDev.DirectiveDescriptor { ...@@ -24,7 +24,10 @@ export function app(): CspDev.DirectiveDescriptor {
return { return {
'default-src': [ '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': [ '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