summaryrefslogtreecommitdiff
path: root/allow-searchengines-non-esr.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-10-13 13:35:01 -0400
committerB. Stack <bgstack15@gmail.com>2021-10-13 13:35:01 -0400
commit00b4f076d3a4e64059cc2198a471333a5a6420a2 (patch)
tree8e5c4d608f3c2ee6174b3f2d09ab55da608f0c7f /allow-searchengines-non-esr.patch
parentRequire NSS 3.70 (diff)
downloadlibrewolf-fedora-ff-93.0-2.tar.gz
librewolf-fedora-ff-93.0-2.tar.bz2
librewolf-fedora-ff-93.0-2.zip
attempt 1 for v93.093.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