Skip to content

Commit

Permalink
Fix pref-name for time_to_first_interactive in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendonner committed Oct 30, 2018
1 parent 22f9de7 commit 20b5c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/support/Firefox/profile/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ user_pref("dom.max_chrome_script_run_time", 0);
user_pref("dom.max_script_run_time", 0);
user_pref("dom.webnotifications.enabled", false);
user_pref("dom.performance.time_to_dom_content_flushed.enabled", true);
user_pref("dom.performance.time_to_interactive.enabled", true);
user_pref("dom.performance.time_to_first_interactive.enabled", true);
user_pref("dom.performance.time_to_non_blank_paint.enabled", true);
user_pref("extensions.checkCompatibility", false);
user_pref("extensions.pocket.enabled", false);
Expand Down

0 comments on commit 20b5c88

Please sign in to comment.