When I use regex in blacklist and add a site, matching the regex, to whitelist, the regex is removed from blacklist.
Example:
- I add /.*/ to blacklist
- then trying to open some http-only site and click "Back to HTTPS (add to whitelist)" button
- 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.