Skip to content

Commit

Permalink
browser.aboutHomeSnippets.updateUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jun 24, 2015
1 parent ccdae31 commit 6537587
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ user_pref("media.gmp-gmpopenh264.enabled", false);
// https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_speculative-pre-connections
user_pref("network.http.speculative-parallel-limit", 0);

// https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections#w_mozilla-content
user_pref("browser.aboutHomeSnippets.updateUrl" "");

/******************************************************************************
* HTTP *
* *
Expand Down

1 comment on commit 6537587

@pyllyukko
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#20

Please sign in to comment.