ilGur1132 / smart-https

Smart HTTPS
https://mybrowseraddon.com/smart-https.html
Mozilla Public License 2.0
81 stars 16 forks source link

Please Dont remove regex from blacklist when corresponding site is added to whitelist #28

Open mike-tn opened 5 years ago

mike-tn commented 5 years ago

When I use regex in blacklist and add a site, matching the regex, to whitelist, the regex is removed from blacklist.

Example:

  1. I add /.*/ to blacklist
  2. then trying to open some http-only site and click "Back to HTTPS (add to whitelist)" button
  3. the site is added to whitelist but /.*/ is removed from blacklist

I think it would be better to allow contradictory addresses in whitelist and blacklist, with whitelist in priority.