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.
This commit is contained in:
Aminda Suomalainen 2020-11-25 10:45:10 +02:00
parent 6ae9722039
commit 85651f7a8f
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 1 additions and 1 deletions

View File

@ -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
* <s>`extensions.pocket.enabled` to `false` so the Pocket integration goes away</s>
* 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/)