1
Fork 0

firefox: disable devtools response body size limit

This commit is contained in:
Alan Faubert 2022-09-19 20:33:08 -04:00
parent c14c060aa9
commit a58b3ed2c4

View file

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