mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-01 14:20:01 +07:00
15 lines
271 B
JSON
15 lines
271 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"priority": 1,
|
|
"action": {
|
|
"type": "modifyHeaders",
|
|
"requestHeaders": [{ "header": "cookie", "operation": "remove" }]
|
|
},
|
|
"condition": {
|
|
"urlFilter": "|*?no-cookies=1",
|
|
"resourceTypes": ["main_frame"]
|
|
}
|
|
}
|
|
]
|