From cf71cfa4dc8ce94b25550d8f513658a2a38cdfd2 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Thu, 12 Apr 2018 10:13:54 +0200 Subject: [PALEMOON] [DevTools] Fix preferences in preferences.inc See: http://xref.palemoon.org/uxp-trunk/source/devtools/client/webconsole/utils.js#269 --- application/palemoon/branding/shared/pref/preferences.inc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'application/palemoon/branding') 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); + +// ============================================================================ -- cgit v1.2.3