2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

firefox: Disable requests to cloudfront on startup

This commit is contained in:
Dylan Araps 2019-10-06 16:18:14 +03:00
parent 2afe05af67
commit 0d56c6e2f7
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -111,7 +111,11 @@ pref("datareporting.policy.dataSubmissionPolicyVersion", 2);
pref("browser.webapps.checkForUpdates", 0);
pref("browser.webapps.updateCheckUrl", "http://127.0.0.1/");
pref("dom.flyweb.enabled", false);
// Firefox connects to cloudfront on startup unless
// these are false/blank.
pref("browser.selfsupport.url", "");
pref("keyword.enabled", false);
//
// "SAFE" BROWSING