-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Error: navigator.storage is undefined #293
Comments
I believe this is caused by the browser blocking access to storage APIs for privacy reasons. Try turning off extended privacy protection. |
I turned off the shield icon on the URL bar, but it still gives me the error like this:
I believe the problem here is that I was accessing a page using the http protocol and not https |
Alright, I made it so that it sets storage limit to 2GB when navigator.storage is not available. |
Describe the bug
Error if using http://, ok if using https://
Version
newest
Platform
Firefox (Floorp newest)
The text was updated successfully, but these errors were encountered: