mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-07 17:05:33 +02:00
chore: Bump package.json version to 1.3.5 and enable pasting code into the web console
This commit is contained in:
parent
1196e0fd70
commit
22efae264d
2 changed files with 5 additions and 1 deletions
|
@ -387,6 +387,10 @@ pref("app.update.url.manual", "https://zen-browser.app/");
|
|||
pref("app.update.url.details", "https://zen-browser.app/release-notes/latest/");
|
||||
pref("app.releaseNotesURL", "https://zen-browser.app/release-notes/latest/");
|
||||
pref("app.releaseNotesURL.aboutDialog", "https://zen-browser.app/");
|
||||
|
||||
// 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);
|
||||
`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue