We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If browserAction was clicked in incognito window, browser.runtime.getBackgroundPage() returns null and GUI breaks (under Firefox).
browserAction
browser.runtime.getBackgroundPage()
null
We should detect incognito context and fix/hide broken UI elements.
Ref. https://discourse.mozilla-community.org/t/getbackgroundpage-in-private-mode/14046/6?u=lidel
The text was updated successfully, but these errors were encountered:
a10ce15
fix: hide unavailable actions in incognito mode
29d7bb1
This commit solves some regressions related to background page access being denied in incognito mode. More context: #477 #243
No branches or pull requests
If
browserAction
was clicked in incognito window,browser.runtime.getBackgroundPage()
returnsnull
and GUI breaks (under Firefox).We should detect incognito context and fix/hide broken UI elements.
Ref. https://discourse.mozilla-community.org/t/getbackgroundpage-in-private-mode/14046/6?u=lidel
The text was updated successfully, but these errors were encountered: