diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-12 10:13:54 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-12 10:13:54 +0200 |
commit | cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2 (patch) | |
tree | dba0a61e169d6178a5ef99397654415b5ab3f649 /application/palemoon/branding/shared | |
parent | 70974f59f363282b802ffb0b5c855421ee62ec43 (diff) | |
download | UXP-cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2.tar UXP-cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2.tar.gz UXP-cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2.tar.lz UXP-cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2.tar.xz UXP-cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2.zip |
[PALEMOON] [DevTools] Fix preferences in preferences.inc
See:
http://xref.palemoon.org/uxp-trunk/source/devtools/client/webconsole/utils.js#269
Diffstat (limited to 'application/palemoon/branding/shared')
-rw-r--r-- | application/palemoon/branding/shared/pref/preferences.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application/palemoon/branding/shared/pref/preferences.inc b/application/palemoon/branding/shared/pref/preferences.inc index a45870b01..a3cfcd138 100644 --- a/application/palemoon/branding/shared/pref/preferences.inc +++ b/application/palemoon/branding/shared/pref/preferences.inc @@ -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); + +// ============================================================================ |