Skip to content
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 missing webextensions.api.declarativeNetRequest.RuleCondition.initiatorDomains feature #24384

Conversation

queengooborg
Copy link
Collaborator

This PR adds the missing RuleCondition.initiatorDomains member of the declarativeNetRequest Web Extensions interface. This fixes #23868, which contains the supporting evidence for this change.

Additional Notes: Firefox data was guesstimated using the data from excludedInitiatorDomains.

…tiatorDomains feature

This PR adds the missing `RuleCondition.initiatorDomains` member of the `declarativeNetRequest` Web Extensions interface. This fixes mdn#23868, which contains the supporting evidence for this change.

Additional Notes: Firefox data was guesstimated using the data from `excludedInitiatorDomains`.
@queengooborg queengooborg added the data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Sep 9, 2024
@queengooborg queengooborg merged commit 801de99 into mdn:main Sep 20, 2024
5 checks passed
@queengooborg queengooborg deleted the webextensions/api/declarativeNetRequest/RuleCondition/initiatorDomains/additions branch September 20, 2024 03:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:webext 🎲 Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webextensions.api.declarativeNetRequest.RuleCondition - Add "initiatorDomains" property to support table
2 participants