We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08562a commit 485571bCopy full SHA for 485571b
blog/25-12-04/bypass-csp/server/test-server.js
@@ -58,7 +58,7 @@
58
'content-security-policy' : csp,
59
'access-control-allow-origin' : '*',
60
'access-control-expose-headers' : 'content-length, content-encoding, content-disposition etag'
61
- }
+ };
62
res.writeHead(200,headers);
63
res.end(html)
64
0 commit comments