Skip to content

Commit 8936e82

Browse files
save file
1 parent dd2d474 commit 8936e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

blog/25-12-04/bypass-csp/ext/chrome/extension.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
action: {
1313
type: 'modifyHeaders',
1414
responseHeaders: [
15-
{header: 'access-control-allow-origin',operation:'set',value:'*'},
15+
{header:'content-security-protocol',operation:'remove'},
16+
{header:'access-control-allow-origin',operation:'set',value:'*'},
1617
],
1718
},
1819
};

0 commit comments

Comments
 (0)