diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-24 22:23:52 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-24 22:23:52 -0400 |
commit | 2e02bfdbb7f225e3619317be008f4429724003f9 (patch) | |
tree | f8c63b10b13f32db62785de2bd0fcc839ad9472b /allow-searchengines-non-esr.patch | |
parent | Updated to 100.0.2 (diff) | |
download | librewolf-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.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": { |