From 2d861407bd7e9cc56fba8f2f763fe62dddb4da81 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:41:35 +0200 Subject: Merging upstream version 115.12.0esr. Signed-off-by: Daniel Baumann --- toolkit/content/aboutNetError.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolkit/content/aboutNetError.mjs') 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" -- cgit v1.2.3