-
Notifications
You must be signed in to change notification settings - Fork 5
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
Redirect to internal pages (like chrome://apps
)
#1
Comments
Hmm, using |
Thanks, @weakish. I'm going to guess that chrome "bug" applies to the existing implementation too. I'll look a |
@smblott-github chromium/#67755 does not affect |
Fixes #1. Kinda. See discussion there.
So, b2d9204 fixes your original issue. |
hi, the plugin seems not to work opening a new tab for this URL: chrome-extension://nlipoenfbbikpbjkfpfillcgkobtgpmj/upload.html (addon page from https://www.awesomescreenshot.com/) |
@maustyle I took a look at the code (it's only about 15 lines). There's nothing in there to prevent the redirection per se. I suspect it's a Chrome "security feature". (So, probably nothing I can do.) |
|
Failed to redirect new tab to apps page (
chrome://apps/
).Maybe change
document.location.href
tochrome.tabs.update
until #11854 of chromium is resolved?The text was updated successfully, but these errors were encountered: