PEE/chrome/b4k-csp.json

22 lines
482 B
JSON
Raw Normal View History

[{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"responseHeaders": [
{
"header": "content-security-policy",
"operation": "remove"
}
]
},
"condition": {
"requestDomains": [
2022-12-22 03:17:28 +00:00
"arch.b4k.co", "desuarchive.org", "boards.4chan.org", "boards.4channel.org", "kohlchan.net"
],
"resourceTypes": [
"main_frame"
]
}
2022-07-09 10:26:18 +00:00
}]