Bug 1744759 - [devtools] Create a pref flag for the edit and resend panel. r=bomsy

Differential Revision: https://phabricator.services.mozilla.com/D133193
This commit is contained in:
Claudia 2021-12-09 13:14:22 +00:00
Родитель cdcc0b21b5
Коммит 6516f750bb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -2445,6 +2445,9 @@ pref("devtools.netmonitor.audits.slow", 500);
// Enable the EventSource Inspector // Enable the EventSource Inspector
pref("devtools.netmonitor.features.serverSentEvents", true); pref("devtools.netmonitor.features.serverSentEvents", true);
// Enable the new Edit and Resend panel
pref("devtools.netmonitor.features.newEditAndResend", false);
// Enable the Storage Inspector // Enable the Storage Inspector
pref("devtools.storage.enabled", true); pref("devtools.storage.enabled", true);