[Webkit-unassigned] [Bug 256054] Redirection to page in extension with regexSubstitution is blocked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 8 08:32:35 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256054

--- Comment #3 from Emond Papegaaij <emond.papegaaij at topicus.nl> ---
We've implemented a fallback to the old webRequest API for Safari. This also required us switch to manifest v2, because the webRequest API cannot be used with a non-persistent background page and v3 no longer supports persistent background pages.

I think the issue with the redirect may have to do with Safari not supporting web_accessible_resources: https://bugs.webkit.org/show_bug.cgi?id=246489

All this is getting quite a mess to get right on all browsers. This is what we ended up using:
- declarativeNetRequest wit manifest v3 on all Chromium based browsers
- webRequest with manifest v3 on Firefox
- webRequest with manifest v2 on Safari

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230908/28c9bc22/attachment.htm>


More information about the webkit-unassigned mailing list