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
Regarding FB12074754 and FB12074747, a change was made to align with Chrome that requires the declarativeNetRequestWithHostAccess permission for redirect and modifyHeaders dNR actions.
The text was updated successfully, but these errors were encountered:
xeenon
changed the title
declarativeNetRequestWithHostAccess permission is needed for modifyHeadersdeclarativeNetRequestWithHostAccess permission is needed for modifyHeaders and redirectMar 22, 2023
I'm not sure this behavior is entirely aligned with Chrome, as the original manifest permissions were sufficient for redirect and modifyHeaders DNR rules. Perhaps, declarativeNetRequest permission and <all_urls> host permissions is sufficient, and the additional declarativeNetRequestWithHostAccess is considered redundant in this case. I'll check if that is the case, then raise a WECG issue to document the inconsistency.
Regarding FB12074754 and FB12074747, a change was made to align with Chrome that requires the
declarativeNetRequestWithHostAccess
permission for redirect and modifyHeaders dNR actions.https://github.com/sammacbeth/mv3-compat-tests/blob/367cf7dbe15b201fc8d4a5f5850f867819f8a28c/Shared%20(Extension)/Resources/manifest.json#L40-L45
The text was updated successfully, but these errors were encountered: