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:
Samson 2024-08-26 13:44:47 +02:00 committed by GitHub
parent 0e6b55c71d
commit 4397d8a021
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -238,6 +238,7 @@ mod gen {
enabled: bool,
}
},
allow_scripts_to_close_windows: bool,
canvas_capture: {
enabled: bool,
},