-
Notifications
You must be signed in to change notification settings - Fork 81
Provide way of handling unsupported DNR rules #449
Copy link
Copy link
Open
Labels
proposalProposal for a change or new featureProposal for a change or new featuresupportive: chromeSupportive from ChromeSupportive from Chromesupportive: firefoxSupportive from FirefoxSupportive from Firefoxsupportive: safariSupportive from SafariSupportive from Safaritopic: dnrRelated to declarativeNetRequestRelated to declarativeNetRequest
Metadata
Metadata
Assignees
Labels
proposalProposal for a change or new featureProposal for a change or new featuresupportive: chromeSupportive from ChromeSupportive from Chromesupportive: firefoxSupportive from FirefoxSupportive from Firefoxsupportive: safariSupportive from SafariSupportive from Safaritopic: dnrRelated to declarativeNetRequestRelated to declarativeNetRequest
Type
Fields
Give feedbackNo fields configured for issues without a type.
In our TPAC meeting on Tuesday (#448), it was brought up that there is currently no easy way to support new types of DNR rules while being compatible with browsers that do not recognise them. This is primarily an issue for static rulesets.
It was mentioned that Chrome has a hard-error when any DNR rule in a ruleset fails to load, and Firefox has a soft failure where the rules are ignored. The behaviour in Safari needs to be determined.
There were suggestions to add API methods like
getFailedRules()orisRuleSupported().