On Fri, Dec 25, 2015 at 07:55:57AM +0000, Anonymous wrote:
> Since TAILS 1.7 the HTTPS-Everywhere addon only shows the
> Observatory settings and does not show the site list where
> the user may alter settings per site and more.
>
> Please restore this option and if possible tell us how
> we may restore it manually in 1.8.1. TIA
I don't know what the rationale for removing it is/was but you can edit
$HOME/.tor-browser/profile.default/chrome/userChrome.css thusly to
restore the HTTPSEverywhere button:
@@ -21,7 +21,4 @@
/* Hide the "Share this page" button in the Tool bar, which encourages
the use of social (= tracking) networks. Note that this one likely
will be removed upstream in the final Tor Browser 5.0 release. */
-#social-share-button,
-
-/* Hide HTTPS Everywhere button in the toolbar */
-#https-everywhere-button { display: none; }
+#social-share-button { display: none; }
If TorBrowser is open the changes won't be reflected until TBB is restarted.