summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--librewolf-msglm-browser.patch20
1 files changed, 13 insertions, 7 deletions
diff --git a/librewolf-msglm-browser.patch b/librewolf-msglm-browser.patch
index 4c9c73d..306a356 100644
--- a/librewolf-msglm-browser.patch
+++ b/librewolf-msglm-browser.patch
@@ -1,4 +1,4 @@
-From 3138b6a1ec162079f743405ee4063f8bd8e172dd Mon Sep 17 00:00:00 2001
+From 8928a453901068ebc327d9d55eba6123cd9fa99f Mon Sep 17 00:00:00 2001
From: Anonymous <anonymous@example.org>
Date: Wed, 17 Jan 2024 05:13:19 -0600
Subject: [PATCH] Remix Librewolf Policies
@@ -8,15 +8,17 @@ permit use of legacy userChrome.css
dont clear history on shutdown
Use techchud services
+
+dont get harassed about bookmarks
---
- lw/policies.json | 58 ++++++++++++++++++------------------------------
- 1 file changed, 21 insertions(+), 37 deletions(-)
+ lw/policies.json | 62 +++++++++++++++++++-----------------------------
+ 1 file changed, 25 insertions(+), 37 deletions(-)
diff --git a/lw/policies.json b/lw/policies.json
-index b54f2b8779..11d952dbe6 100644
+index b54f2b8779..4c86f7bef6 100644
--- a/lw/policies.json
+++ b/lw/policies.json
-@@ -13,11 +13,24 @@
+@@ -13,11 +13,28 @@
"DisablePocket": true,
"DisableSetDesktopBackground": false,
"DisableDeveloperTools": false,
@@ -33,6 +35,10 @@ index b54f2b8779..11d952dbe6 100644
+ "Value": true,
+ "Status": "user"
+ },
++ "browser.toolbars.bookmarks.visibility": {
++ "Value": "never",
++ "Status": "user"
++ },
+ "privacy.clearOnShutdown.history": {
+ "Value": false,
+ "Status": "user"
@@ -41,7 +47,7 @@ index b54f2b8779..11d952dbe6 100644
"NoDefaultBookmarks": true,
"WebsiteFilter": {
"Block": [
-@@ -29,7 +42,10 @@
+@@ -29,7 +46,10 @@
},
"Extensions": {
"Install": [
@@ -53,7 +59,7 @@ index b54f2b8779..11d952dbe6 100644
],
"Uninstall": [
"google@search.mozilla.org",
-@@ -48,49 +64,17 @@
+@@ -48,49 +68,17 @@
"eBay",
"Twitter"
],