From 0d356751fbfb9f9ffafcf3ae7e9f42804e6678b6 Mon Sep 17 00:00:00 2001
From: Cyaniventer <47819045+cyaniventer@users.noreply.github.com>
Date: Mon, 25 Mar 2019 21:26:35 +0530
Subject: [PATCH 1/2] Adds extensions.pocket.enabled false
fixes #784
---
_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..0e923ae7 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
--
2.47.2
From a4b19d6952b68e2d4575b8335339d6c7e73c080b Mon Sep 17 00:00:00 2001
From: Jonah Aragon
Date: Sat, 30 Mar 2019 19:01:29 +0530
Subject: [PATCH 2/2] Update _includes/sections/browser-tweaks.html
Co-Authored-By: cyaniventer <47819045+cyaniventer@users.noreply.github.com>
---
_includes/sections/browser-tweaks.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/sections/browser-tweaks.html b/_includes/sections/browser-tweaks.html
index 0e923ae7..067f2d77 100644
--- a/_includes/sections/browser-tweaks.html
+++ b/_includes/sections/browser-tweaks.html
@@ -126,7 +126,7 @@
extensions.pocket.enabled = false
- Disables pocket completely.
+ 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
--
2.47.2