Bug 1356660 - Do not warn when pasting code into the console on unofficial branding, r=bgrins

This commit is contained in:
Oriol 2017-04-16 19:07:16 -07:00
Родитель 479e957687
Коммит 7bb2ef1fe2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -30,4 +30,4 @@ pref("app.update.badgeWaitTime", 0);
// Number of usages of the web console or scratchpad.
// If this is less than 5, then pasting code into the web console or scratchpad is disabled
pref("devtools.selfxss.count", 0);
pref("devtools.selfxss.count", 5);