native-client icon indicating copy to clipboard operation
native-client copied to clipboard

Subdomains and redirections in open with left-click

Open quezak opened this issue 7 years ago • 1 comments

I added console.firebase.google.com to the list of "domains to open [..] with left-click" in the browser addon's settings. I explicitly wanted to redirect only the console subdomain, cause I'm logged in to the proper console accounts in Chromium, but normally I use Firefox. It kinda works, but not exactly as expected:

  • it uses Chromium for the whole google.com domain! For example, any link clicked on the firebase docs page opens in Chromium. I created a simple test html containing only <a href="http://google.com">asdf</a>, and it also opens Google in Chromium! (links to google.com on Google's page don't work, since they probably launch some js instead)
  • it doesn't use Chromium for redirected links from email notifications, which would be my main use case -- when such a link is hovered, it correctly shows that the target is console.firebase.google.com/project/..., but when clicked, it first opens some long link like mail.google.com/redir...., which in turn opens the desired console page, but still in Firefox.

Is there a way to support redirected links, and restrict it to subdomains properly?

quezak avatar Apr 16 '18 11:04 quezak

Similar issue, though maybe not the same. I am populating the list of domains and urls to always open in Edge/Chrome via Firefox extensions and they never do - they always open in FF. I can use the toolbar icon with success.

As a note, I do not have the right-click option for "Open this Page by Edge/Chrome".

Windows 10 Pro x64 FF 66.0.3 (64-bit) native.exe 0.7.0

tmknight avatar Apr 23 '19 13:04 tmknight