Rob--W / https-by-default

Use HTTPS by default for navigations from the location bar in Chrome / Firefox.
MIT License
63 stars 12 forks source link

HTTP URLs opened by extensions should not be upgraded to HTTPS #15

Closed fmarier closed 6 years ago

fmarier commented 6 years ago

Here's a related problem to #14:

  1. Install the Print Edit WE extension.
  2. Visit http://www.rowetel.com/?p=5420.
  3. Click the Print Edit icon in the toolbar.

Expected:

http://www.rowetel.com/?p=5420 should open in prep mode and allow users to remove elements before printing.

Actual:

https://www.rowetel.com/?p=5420 is opened in a new tab and it doesn't resolve so the extension fails to work.