diff options
author | BeatLink <beatlink@protonmail.com> | 2019-07-22 03:06:54 +0000 |
---|---|---|
committer | BeatLink <beatlink@protonmail.com> | 2019-07-22 03:06:54 +0000 |
commit | 1dde2d0e7f0549685e9ac6e082747515bd888775 (patch) | |
tree | 0f5592f5eb0d3987d3f231eb147caccd48762bb1 | |
parent | Merge branch 'fix_librewolfCfg' into 'master' (diff) | |
parent | fixed dns, appupdate and website filter errors (diff) | |
download | librewolf-linux-1dde2d0e7f0549685e9ac6e082747515bd888775.tar.gz librewolf-linux-1dde2d0e7f0549685e9ac6e082747515bd888775.tar.bz2 librewolf-linux-1dde2d0e7f0549685e9ac6e082747515bd888775.zip |
Merge branch 'fix_policies' into 'master'
DNS, AppUpdate and WebsiteFilter
See merge request librewolf-community/librewolf!4
-rw-r--r-- | settings/distribution/policies.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/settings/distribution/policies.json b/settings/distribution/policies.json index 97b4518..c414fda 100644 --- a/settings/distribution/policies.json +++ b/settings/distribution/policies.json @@ -2,8 +2,7 @@ "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md", "policies": { - "AppUpdateURL": "", - + "AppUpdateURL": "https://localhost", "DisableAppUpdate": true, "OverridePostUpdatePage": "", "DisableSystemAddonUpdate": true, @@ -18,7 +17,7 @@ "DisableDeveloperTools": false, "DNSOverHTTPS": { "Enabled": true, - "ProviderURL": "9.9.9.9", + "ProviderURL": "https://dns.quad9.net/dns-query", "Locked": false }, @@ -56,8 +55,8 @@ ], "WebsiteFilter": { - "Block": [""], - "Exceptions": [""] + "Block": ["https://localhost/*"], + "Exceptions": ["https://localhost/*"] }, "Extensions": { |