[PALEMOON] [DevTools] Fix preferences in preferences.inc

See:
http://xref.palemoon.org/uxp-trunk/source/devtools/client/webconsole/utils.js#269
This commit is contained in:
janekptacijarabaci 2018-04-12 10:13:54 +02:00 committed by Roy Tam
commit b36083b4ec

View file

@ -119,3 +119,11 @@ pref("browser.sessionstore.interval",60000); //every minute instead of every 10
pref("accessibility.force_disabled", 1);
// ============================================================================
// ===| DevTools |=============================================================
// 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", 100);
// ============================================================================