We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1812d commit a72ce63Copy full SHA for a72ce63
middleware/policy.es
@@ -20,5 +20,5 @@ module.exports = options =>
20
await next ()
21
22
context.set
23
- ( 'Content-Security-Policy', policies.join `; ` )
+ ( 'Content-Security-Policy', policies.join ` ` )
24
}
0 commit comments