-
Notifications
You must be signed in to change notification settings - Fork 75
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
Firefox restart Brave loses permission #450
Comments
Thanks for the report, are you able to reproduce this in Chrome? |
No it works fine in Chrome/Edge. |
OK great, I was able to reproduce this. Hope to fix it soon |
infokiller#450 tested in Firefox
Got it working in Firefox. Will propose the fix upstream too. |
It worked while running the debugger from VSCode with a Firefox profile but not when loaded manually. Edit: any clue what it could be? It also picks up the permission and runs while running the debugger about:debugging#/runtime/this-firefox. Just have to press the refresh button in there first. |
No idea, possible a Firefox bug? |
Turns out I'm not even able to see the content script in the debugger, even from a new Firefox profile |
I got it working by removing background persistent=false it's in the updated pull request. If you open the debugger about:debugging#/runtime/this-firefox you can see that the script is not running after a restart. You can trigger it to run by enable/disable the extension, or in the debug menu chose inspect and then hit the update button. But I think it will be stopped in a few minutes again. |
For me, removing |
Forgot to add that I've only tried on Firefox Dev as temporary addons get removed on restart. |
Event pages doesn't seem to be supported yet. |
Has this been fixed? In recent Firefox versions, |
On Firefox when restarting the browser the permission for Brave doesn't work. It's still toggled in settings but only a retoggle of the permission or a disable and enable of the extension makes it work again until the next restart. Have checked and the extension is not injected into the Brave search page after a restart of Firefox. Tried with all other addons disabled and reset privacy settings.
The text was updated successfully, but these errors were encountered: