From d82afeecf1023d1ad404506e58881ae2b990250b Mon Sep 17 00:00:00 2001 From: Cyaniventer <47819045+cyaniventer@users.noreply.github.com> Date: Sun, 31 Mar 2019 04:48:47 +0530 Subject: [PATCH] Adds extensions.pocket.enabled false (#786) * Adds extensions.pocket.enabled false fixes #784 * Update _includes/sections/browser-tweaks.html Co-Authored-By: cyaniventer <47819045+cyaniventer@users.noreply.github.com> --- _includes/sections/browser-tweaks.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html index 828a2a44..067f2d77 100644 --- a/_includes/sections/browser-tweaks.html +++ b/_includes/sections/browser-tweaks.html @@ -125,6 +125,9 @@ +
extensions.pocket.enabled = false
+
Disables Pocket completely.
+
network.IDN_show_punycode = true
Not rendering IDNs as their Punycode equivalent leaves you open to phishing attacks that can be very difficult to notice. Source