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
The extension currently requests the "Access your data for all websites" permission. While the initial implementation required that, the latest version (from #11) does not. We should check if Firefox for Android (Fenix) is able to cope with almost 200 domains in the permission lists (and if reducing the permission does not trigger new warnings, and that we don't need other host permissions). If it works, we can replace
There is one other Google website that I suggest be added. Google search cached results are visible under the googleusercontent.com domain. This no longer works properly for Firefox android users.
I came across this issue through the web archives extension bug report dessant/web-archives#33
I was unable to access Google cached pages. I've had to install an additional user agent switcher just for googleusercontent.com which fixes this issue.
Would you consider adding that domain to the list and spoofing user agent also for this domain?
The extension currently requests the "Access your data for all websites" permission. While the initial implementation required that, the latest version (from #11) does not. We should check if Firefox for Android (Fenix) is able to cope with almost 200 domains in the permission lists (and if reducing the permission does not trigger new warnings, and that we don't need other host permissions). If it works, we can replace
google-search-fixer/manifest.json
Line 23 in 108b278
with the list of host permissions at
google-search-fixer/manifest.json
Lines 39 to 235 in 108b278
The text was updated successfully, but these errors were encountered: