From 85651f7a8f9a2eaef87de11d854ea6c5e0ed44f7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 25 Nov 2020 10:45:10 +0200 Subject: [PATCH] browser-extensions: strikethrough Pocket disabling I have found out that it's better to have 100 links in Pocket than 100 tabs open in the browser. --- pages/browser-extensions.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/browser-extensions.markdown b/pages/browser-extensions.markdown index fea68fe..097ccb0 100644 --- a/pages/browser-extensions.markdown +++ b/pages/browser-extensions.markdown @@ -150,7 +150,7 @@ TODO: Sort this list. * `security.OCSP.require` to `true` in order to not allow [OCSP](https://en.wikipedia.org/wiki/OCSP_stapling) soft fail. *I am not sure if this is a good idea.* * `privacy.resistFingerprinting.letterboxing` = `true` so letterboxing is used to hide real browser size. [Tor Browser support](https://support.torproject.org/tbb/maximized-torbrowser-window/) -* `extensions.pocket.enabled` to `false` so the Pocket integration goes away +* `extensions.pocket.enabled` to `false` so the Pocket integration goes away * On Linux `widget.content.gtk-theme-override` (a string that has to be created by user) to `Adwaita:light` so text boxes in dark themes become readable, thank you [Dovydas Venckus](https://www.dovydasvenckus.com/linux/2018/08/20/fix-firefox-dark-input-fields-on-gnome/)