mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-22 23:30:05 -07:00
firefox: Disable requests to cloudfront on startup
This commit is contained in:
parent
2afe05af67
commit
0d56c6e2f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user