mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
Update devtools.selfxss.count preference to enable pasting code into the web console
This commit is contained in:
parent
c0b4cd5b09
commit
d0b14d6320
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ pref("app.releaseNotesURL.prompt", "https://zen-browser.app/release-notes/%VERSI
|
|||
|
||||
// Number of usages of the web console.
|
||||
// If this is less than 5, then pasting code into the web console is disabled
|
||||
pref("devtools.selfxss.count", 0);
|
||||
pref("devtools.selfxss.count", 5);
|
||||
`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue