mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
Add dom.allow_scripts_to_close_windows
pref. (#33187)
It's also present in firefox: https://searchfox.org/mozilla-central/search?q=allow_scripts_to_close_windows Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
0e6b55c71d
commit
4397d8a021
3 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"devtools.server.enabled": false,
|
||||
"devtools.server.port": 0,
|
||||
"dom.allow_scripts_to_close_windows": false,
|
||||
"dom.bluetooth.enabled": false,
|
||||
"dom.bluetooth.testing.enabled": false,
|
||||
"dom.canvas_capture.enabled": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue