summaryrefslogtreecommitdiff
path: root/allow-searchengines-non-esr.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-05-24 22:23:52 -0400
committerB. Stack <bgstack15@gmail.com>2022-05-24 22:23:52 -0400
commit2e02bfdbb7f225e3619317be008f4429724003f9 (patch)
treef8c63b10b13f32db62785de2bd0fcc839ad9472b /allow-searchengines-non-esr.patch
parentUpdated to 100.0.2 (diff)
downloadlibrewolf-fedora-ff-b100.0.2.tar.gz
librewolf-fedora-ff-b100.0.2.tar.bz2
librewolf-fedora-ff-b100.0.2.zip
librewolf 100.0.2 rc1b100.0.2
Diffstat (limited to 'allow-searchengines-non-esr.patch')
-rw-r--r--allow-searchengines-non-esr.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/allow-searchengines-non-esr.patch b/allow-searchengines-non-esr.patch
new file mode 100644
index 0000000..6418416
--- /dev/null
+++ b/allow-searchengines-non-esr.patch
@@ -0,0 +1,13 @@
+diff --git a/browser/components/enterprisepolicies/schemas/policies-schema.json b/browser/components/enterprisepolicies/schemas/policies-schema.json
+index d436cf1ca1..ecd6e53b9e 100644
+--- a/browser/components/enterprisepolicies/schemas/policies-schema.json
++++ b/browser/components/enterprisepolicies/schemas/policies-schema.json
+@@ -1074,7 +1074,7 @@
+ },
+
+ "SearchEngines": {
+- "enterprise_only": true,
++ "enterprise_only": false,
+
+ "type": "object",
+ "properties": {
bgstack15