Skip to content

Commit

Permalink
Removed deprecated network.seer.enabled setting
Browse files Browse the repository at this point in the history
network.predictor.enabled does the job

Fixes #228
  • Loading branch information
pyllyukko committed Mar 2, 2017
1 parent 7ca0efd commit 04063e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,6 @@ user_pref("network.dns.blockDotOnion", true);

// https://wiki.mozilla.org/Privacy/Reviews/Necko
user_pref("network.predictor.enabled", false);
// https://wiki.mozilla.org/Privacy/Reviews/Necko#Principle:_Real_Choice
user_pref("network.seer.enabled", false);

// http://kb.mozillazine.org/Browser.search.suggest.enabled
user_pref("browser.search.suggest.enabled", false);
Expand Down

0 comments on commit 04063e4

Please sign in to comment.