Skip to content

Commit

Permalink
Merge pull request #160 from arcticicestudio/improvement/gh-153-disab…
Browse files Browse the repository at this point in the history
…le-more-third-party-apis

Disable third-party APIs for more privacy
  • Loading branch information
arcticicestudio authored Oct 6, 2018
2 parents f021edf + 19ea479 commit e622889
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snowblocks/firefox/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ user_pref("accessibility.force_disabled", 1);
*/
user_pref("app.shield.optoutstudies.enabled", false);

/* Disable third-party API requests on new tab page for snippets widget. */
user_pref("browser.aboutHomeSnippets.updateUrl", "");

/*
* Always keep the bookmark menu open until it gets dismissed.
* By default, the bookmarks menu will close when opening a bookmark in a new tab.
Expand Down Expand Up @@ -97,6 +100,7 @@ user_pref("browser.link.open_newwindow", 3);

/*
* Use a minimal new tab page by disabling all additional elements except the seach bar.
* Also improves the privacy by removing requests against third-party APIs.
* Available within the UI under:
* Home > Firefox Home Content
*/
Expand All @@ -110,6 +114,7 @@ user_pref("browser.newtabpage.activity-stream.section.highlights.includePocket",
user_pref("browser.newtabpage.activity-stream.section.highlights.includeVisited", false);
user_pref("browser.newtabpage.activity-stream.showSearch", true);
user_pref("browser.newtabpage.activity-stream.topSitesRows", 1);
user_pref("browser.newtabpage.directory.source", "");
user_pref("browser.newtabpage.enabled", true);

/*
Expand Down

0 comments on commit e622889

Please sign in to comment.