Introduce shell.crash_reporter.enabled pref

This commit is contained in:
Paul Rouget 2020-07-29 12:18:11 +02:00
parent 593200e693
commit 0c00022ae0
2 changed files with 4 additions and 0 deletions

View file

@ -482,6 +482,9 @@ mod gen {
max_length: i64,
},
shell: {
crash_reporter: {
enabled: bool,
},
homepage: String,
keep_screen_on: {
enabled: bool,

View file

@ -111,6 +111,7 @@
"network.http-cache.disabled": false,
"network.mime.sniff": false,
"session-history.max-length": 20,
"shell.crash_reporter.enabled": false,
"shell.homepage": "https://servo.org",
"shell.keep_screen_on.enabled": false,
"shell.native-orientation": "both",