Bug 1770145 - [devtools] Enable New Edit and Resend Panel on all channels r=Honza

Differential Revision: https://phabricator.services.mozilla.com/D146823
This commit is contained in:
Hubert Boma Manilla 2022-05-23 11:39:32 +00:00
Родитель bc2445a008
Коммит 3338893a7f
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -2465,12 +2465,8 @@ pref("devtools.netmonitor.audits.slow", 500);
// Enable the EventSource Inspector
pref("devtools.netmonitor.features.serverSentEvents", true);
#if defined(NIGHTLY_BUILD)
// Enable the new Edit and Resend panel
pref("devtools.netmonitor.features.newEditAndResend", true);
#else
pref("devtools.netmonitor.features.newEditAndResend", false);
#endif
pref("devtools.netmonitor.customRequest", '{}');