firefox: disable devtools response body size limit
This commit is contained in:
parent
c14c060aa9
commit
a58b3ed2c4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ user_pref("browser.slowStartup.notificationDisabled", true); // Disable slow sta
|
|||
user_pref("browser.startup.homepage", "about:profiles"); // Set homepage to about:profile page
|
||||
user_pref("browser.urlbar.suggest.quicksuggest", false); // Disable contextual suggestions in address bar
|
||||
user_pref("datareporting.healthreport.uploadEnabled", false); // Disable submitting health report
|
||||
user_pref("devtools.netmonitor.responseBodyLimit", 0); // Disable response body size limit
|
||||
user_pref("devtools.selfxss.count", 5); // Disable protections against pasting into console
|
||||
user_pref("devtools.whatsnew.enabled", false); // Disable What's New in dev tools
|
||||
user_pref("devtools.whatsnew.feature-enabled", false); // Disable What's New in dev tools
|
||||
|
|
Loading…
Add table
Reference in a new issue