-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new declarativeNetRequest RuleConditions #35649
Add new declarativeNetRequest RuleConditions #35649
Conversation
Preview URLs
Flaws (2)Note! 1 document with no flaws that don't need to be listed. 🎉 URL:
External URLs (1)URL:
(comment last updated: 2024-09-25 15:29:45) |
63364ea
to
e0f5823
Compare
The flaws are because the BCD PR hasn't been merged yet. |
e0f5823
to
db74706
Compare
db74706
to
67bc969
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, please apply the suggested changes and merge it after that.
files/en-us/mozilla/add-ons/webextensions/api/declarativenetrequest/headerinfo/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/declarativenetrequest/headerinfo/index.md
Outdated
Show resolved
Hide resolved
files/en-us/mozilla/add-ons/webextensions/api/declarativenetrequest/headerinfo/index.md
Show resolved
Hide resolved
I have applied the requested changes. |
Description
Add new declarativeNetRequest RuleConditions responseHeaders and excludedResponseHeaders and HeaderInfo information
Motivation
Chrome 128 added https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#property-RuleCondition-excludedResponseHeaders and https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#property-RuleCondition-responseHeaders, plus the supporting dictionary https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest#type-HeaderInfo.
Additional details
https://issues.chromium.org/issues/40727004
https://bugzilla.mozilla.org/show_bug.cgi?id=1877486
https://bugs.webkit.org/show_bug.cgi?id=275158
w3c/webextensions#460
Related issues and pull requests
Fixes #35538
Relates to mdn/browser-compat-data#24253