Skip to content

Commit

Permalink
One more attempt to kill the tiles
Browse files Browse the repository at this point in the history
So even though our best efforts to kill the Firefox "new tab page" tile
thingies, Firefox still kept connecting to servers relating to tiles.

#20 (comment)
  • Loading branch information
pyllyukko committed Nov 6, 2015
1 parent a1874ed commit 92ff363
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ user_pref("browser.newtabpage.enhanced", false);
user_pref("browser.newtab.preload", false);
// https://wiki.mozilla.org/Tiles/Technical_Documentation#Ping
user_pref("browser.newtabpage.directory.ping", "");
// https://gecko.readthedocs.org/en/latest/browser/browser/DirectoryLinksProvider.html#browser-newtabpage-directory-source
user_pref("browser.newtabpage.directory.source", "data:text/plain,{}");

// disable heartbeat
// https://wiki.mozilla.org/Advocacy/heartbeat
Expand Down

1 comment on commit 92ff363

@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.