Skip to content

Instantly share code, notes, and snippets.

@Qofar
Created October 2, 2021 12:57
Show Gist options
  • Save Qofar/ae613c53a52c4ee059344c267413e999 to your computer and use it in GitHub Desktop.
Save Qofar/ae613c53a52c4ee059344c267413e999 to your computer and use it in GitHub Desktop.
Remove x-client-data header
{
"name": "Remove x-client-data header",
"version": "1.0",
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules1.json"
}
]
},
"permissions": [
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"manifest_version": 3
}
[
{
"id": 1,
"priority": 1,
"action": {
"type": "modifyHeaders",
"requestHeaders": [
{ "header": "x-client-data", "operation": "remove" }
]
},
"condition": {
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment