diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:03:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:03:11 +0000 |
commit | dd5097e155f5380998ee81a7afb1a241df5df770 (patch) | |
tree | 13860e4bbb3aba054d735643c3d3cf651de11e36 /toolkit/content/aboutNetError.mjs | |
parent | Adding upstream version 115.11.0esr. (diff) | |
download | firefox-esr-dd5097e155f5380998ee81a7afb1a241df5df770.tar.xz firefox-esr-dd5097e155f5380998ee81a7afb1a241df5df770.zip |
Adding upstream version 115.12.0esr.upstream/115.12.0esrupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/content/aboutNetError.mjs')
-rw-r--r-- | toolkit/content/aboutNetError.mjs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/content/aboutNetError.mjs b/toolkit/content/aboutNetError.mjs index b458a8ccab..943cf62244 100644 --- a/toolkit/content/aboutNetError.mjs +++ b/toolkit/content/aboutNetError.mjs @@ -396,7 +396,8 @@ function initPage() { }); longDesc = null; - document.getElementById("openInNewWindowContainer").hidden = false; + document.getElementById("openInNewWindowContainer").hidden = + RPMGetBoolPref("security.xfocsp.hideOpenInNewWindow"); const openInNewWindowButton = document.getElementById( "openInNewWindowButton" |