VencordWeb: Migrate to manifest v3

This commit is contained in:
Vendicated 2022-11-16 16:23:52 +01:00
parent e1de6f88fe
commit a788813383
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
4 changed files with 66 additions and 44 deletions

View file

@ -0,0 +1,38 @@
[
{
"id": 1,
"action": {
"type": "modifyHeaders",
"responseHeaders": [
{
"header": "content-security-policy",
"operation": "remove"
},
{
"header": "content-security-policy-report-only",
"operation": "remove"
}
]
},
"condition": {
"resourceTypes": ["main_frame"]
}
},
{
"id": 2,
"action": {
"type": "modifyHeaders",
"responseHeaders": [
{
"header": "content-type",
"operation": "set",
"value": "text/css"
}
]
},
"condition": {
"resourceTypes": ["stylesheet"],
"urlFilter": "https://raw.githubusercontent.com/*"
}
}
]