51
Firefox reader says "site not secure" with HTTPS
(midwest.social)
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
much thanks to @gary_host_laptop for the logo design :)
https://github.com/mozilla-mobile/firefox-ios/pull/16545
Reader mode loads the page from a local copy cached from the non-reader mode connection; via localhost, which doesn't support https. (or rather, uses a self-signed cert which appears insecure). As this connection is entirely internal to the device, proper https isn't necessary.
Later versions of the app will hide that icon in reader mode, but it doesn't look like that's made it to android yet.