Firefox has a plugin / extension "HTTPS Everywhere" (https://www.eff.org/https-everywhere) that will use HTTPS on websites for which the plugin is instructed to do so. The plugin comes with a big, built-in list of websites that speak HTTPS.
It is a good idea to use HTTPS so that others (on your LAN/WLAN, or other parties eavesdropping) cannot see what your doing on that website. Note that others can still the URL you're requesting, so if that contains personal information, that can still be seen.
The forums.sabnzbd.org does speak HTTPS, but is not in the list. Luckily you can add sites to the list. So I created this file:
Code: Select all
<ruleset name="Sabnzbd">
<target host="forums.sabnzbd.org" />
<rule from="^http://forums\.sabnzbd\.org/" to="https://forums.sabnzbd.org/"/>
</ruleset>
I then restarted Firefox. When I now type in http://forums.sabnzbd.org/ , the plugin will redirect me to https://forums.sabnzbd.org/ , making it impossible to eavesdrop on the contents of the page (and thus what I type).
When I receive a "Topic reply notification" with a plain HTTP link, clicking on it will also lead me to the HTTPS link.
So: it works. :-)
Some remarks:
- after the above work, "Sabnzbd" appears in the HTTP Everywhere Preferences overview.
- Chrome does not offer this functionality.
HTH
