2022-11-16 10:23:52 -05:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"id": 1,
|
|
|
|
"action": {
|
|
|
|
"type": "modifyHeaders",
|
|
|
|
"responseHeaders": [
|
|
|
|
{
|
|
|
|
"header": "content-security-policy",
|
|
|
|
"operation": "remove"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"header": "content-security-policy-report-only",
|
|
|
|
"operation": "remove"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"condition": {
|
2023-04-15 08:49:48 -04:00
|
|
|
"resourceTypes": ["main_frame", "sub_frame"]
|
2022-11-16 10:23:52 -05:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": 2,
|
|
|
|
"action": {
|
|
|
|
"type": "modifyHeaders",
|
|
|
|
"responseHeaders": [
|
|
|
|
{
|
|
|
|
"header": "content-type",
|
|
|
|
"operation": "set",
|
|
|
|
"value": "text/css"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"resourceTypes": ["stylesheet"],
|
|
|
|
"urlFilter": "https://raw.githubusercontent.com/*"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|