mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09: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:
parent
c25758a0bb
commit
b36083b4ec
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
// ============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue