mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-25 05:49:37 +00:00
[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:
@@ -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);
|
||||
|
||||
// ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user