You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webRequest callbacks like onBeforeRequest never fire for requests blocked by DNR rules.
This behavior is inconsistent with Chrome, where we use webRequest to display blocked requests to users.
This missing feature on Safari limits our ability to show users what our extension blocked. declarativeNetRequest.getMatchedRules is less accurate and provides less information.
webRequest callbacks like
onBeforeRequest
never fire for requests blocked by DNR rules.This behavior is inconsistent with Chrome, where we use webRequest to display blocked requests to users.
This missing feature on Safari limits our ability to show users what our extension blocked.
declarativeNetRequest.getMatchedRules
is less accurate and provides less information.Apple Feedback Assistant Report: FB16453819
The text was updated successfully, but these errors were encountered: