Update devtools.selfxss.count preference to enable pasting code into the web console

This commit is contained in:
mauro-balades 2024-09-22 16:48:55 +02:00
parent c0b4cd5b09
commit d0b14d6320

View file

@ -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);
`);
}