summaryrefslogtreecommitdiffstats
path: root/application/palemoon
diff options
context:
space:
mode:
authorNew Tobin Paradigm <email@mattatobin.com>2018-04-12 07:32:50 -0400
committerGitHub <noreply@github.com>2018-04-12 07:32:50 -0400
commit8c19f94d2957ad41aa11ceb31792e3b6b35b05e2 (patch)
tree0fd85c5b6cd53bf9d6d9b98d774a30c4b7b44dde /application/palemoon
parent3eaf8be9612fb5e5d35a3004deafbd237f56a36b (diff)
parentcf71cfa4dc8ce94b25550d8f513658a2a38cdfd2 (diff)
downloadUXP-8c19f94d2957ad41aa11ceb31792e3b6b35b05e2.tar
UXP-8c19f94d2957ad41aa11ceb31792e3b6b35b05e2.tar.gz
UXP-8c19f94d2957ad41aa11ceb31792e3b6b35b05e2.tar.lz
UXP-8c19f94d2957ad41aa11ceb31792e3b6b35b05e2.tar.xz
UXP-8c19f94d2957ad41aa11ceb31792e3b6b35b05e2.zip
Merge pull request #123 from janekptacijarabaci/pm_devtools_2
[PALEMOON] [DevTools] Fix preferences in preferences.inc
Diffstat (limited to 'application/palemoon')
-rw-r--r--application/palemoon/branding/shared/pref/preferences.inc8
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);
+
+// ============================================================================