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
In the latest v3.4.2 code which upgraded to Manifest v3, the extension will not work in Safari without removing the webRequest permission and commenting out the chrome.webRequest functions. Unfortunately, the result of doing so removes the ability for the extension to detect 4xx error codes such as 404 Not Found. When this feature is turned on in Settings, the red dot and/or popup will no longer appear on a 404 page.
Environment (please complete the following information):
Webextension version: v3.4.2 (modified)
Browser + version: Safari 18.0
OS + version: macOS Sonoma 14.7
The text was updated successfully, but these errors were encountered:
I think this is a bug in Safari. It should support webRequest functions. I don't know why it doesn't in Manifest v3. It appears we need this to detect any kind of http error code.
Describe the bug
In the latest v3.4.2 code which upgraded to Manifest v3, the extension will not work in Safari without removing the
webRequest
permission and commenting out thechrome.webRequest
functions. Unfortunately, the result of doing so removes the ability for the extension to detect 4xx error codes such as 404 Not Found. When this feature is turned on in Settings, the red dot and/or popup will no longer appear on a 404 page.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: