Skip to content

Commit

Permalink
browser(firefox): disable the extension blocklist (#1909)
Browse files Browse the repository at this point in the history
This saves a few hundred milliseconds.
  • Loading branch information
JoelEinbinder authored Apr 22, 2020
1 parent 0815ff3 commit 48cbee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/firefox/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1084
1085
3 changes: 3 additions & 0 deletions browser_patches/firefox/preferences/playwright.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -249,5 +249,8 @@ lockPref("toolkit.crashreporter.enabled", false);
pref("toolkit.telemetry.enabled", false);
pref("toolkit.telemetry.server", "");

// Disable downloading the list of blocked extensions.
pref("extensions.blocklist.enabled", false);

// Disable crash reporter.
Components.classes["@mozilla.org/toolkit/crash-reporter;1"].getService(Components.interfaces.nsICrashReporter).submitReports = false;

0 comments on commit 48cbee1

Please sign in to comment.