I want to block requests containing specific HTTP header, for example, when header "Accept-Encoding" contains "zip". How can I achieve it with declarativeNetRequest in chrome extension mv3?
-
Please read this first. chrome.declarativeNetRequestNorio Yamamoto– Norio Yamamoto2023-01-20 06:43:04 +00:00Commented Jan 20, 2023 at 6:43
-
I have read it, and I know it can modify headers, but it does not mention using HTTP headers as conditions.SantK– SantK2023-01-20 06:56:07 +00:00Commented Jan 20, 2023 at 6:56
-
There's no way, it's not implemented, crbug.com/1141166. Enjoy ManifestV3.woxxom– woxxom2023-01-20 08:23:21 +00:00Commented Jan 20, 2023 at 8:23
Add a comment
|