diff options
author | B. Stack <bgstack15@gmail.com> | 2022-07-03 09:04:13 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-07-03 09:04:13 -0400 |
commit | 28132e774478bb632672ff04958b1cfc1a464da8 (patch) | |
tree | 39176f6b62dfa11d262572e44ae9c07dc553cdc5 /allow-searchengines-non-esr.patch | |
parent | Merge branch 'rawhide' of ssh://pkgs.fedoraproject.org/rpms/firefox into rawhide (diff) | |
download | librewolf-fedora-ff-28132e774478bb632672ff04958b1cfc1a464da8.tar.gz librewolf-fedora-ff-28132e774478bb632672ff04958b1cfc1a464da8.tar.bz2 librewolf-fedora-ff-28132e774478bb632672ff04958b1cfc1a464da8.zip |
v102.0 rc1b102.0
Diffstat (limited to 'allow-searchengines-non-esr.patch')
-rw-r--r-- | allow-searchengines-non-esr.patch | 13 |
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": { |