Bug 1656212 - Flip dom.block_download_in_sandboxed_iframes to true r=ckerschb,lonnen

Differential Revision: https://phabricator.services.mozilla.com/D85393
This commit is contained in:
Sebastian Streich 2020-08-31 13:06:53 +00:00
parent a3ac9eee66
commit cc621ef82b

View File

@ -1507,7 +1507,7 @@
# Block all downloads in iframes with the sandboxed attribute
- name: dom.block_download_in_sandboxed_iframes
type: bool
value: @IS_NIGHTLY_BUILD@
value: true
mirror: always
# Block multiple window.open() per single event.