0

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?

3
  • Please read this first. chrome.declarativeNetRequest Commented 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. Commented Jan 20, 2023 at 6:56
  • There's no way, it's not implemented, crbug.com/1141166. Enjoy ManifestV3. Commented Jan 20, 2023 at 8:23

1 Answer 1

0

No way for now, thanks to wOxxOm.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.