From: Michael Kaply <345868+mkaply@users.noreply.github.com>
Date: Mon, 10 Jun 2024 15:46:08 +0000 (-0400)
Subject: Merge pull request #1108 from maltejur/bug1882559
X-Git-Tag: v5.12~14
X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/36c2b82abefb68091e09a7610bebc2acfc4b5ed9?hp=d5ba81a0395850c1b8c8169dbfefee3e835ac8b6
Merge pull request #1108 from maltejur/bug1882559
Add documentation for Mixed Content Level 2 and GPC prefs
---
diff --git a/docs/index.md b/docs/index.md
index 4c1ddca..277ee14 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -4719,6 +4719,7 @@ pdfjs. (Firefox 84, Firefox ESR 78.6)
places.
pref.
print.
+privacy.globalprivacycontrol.enabled (Firefox 127, Firefox ESR 128.0)
privacy.userContext.enabled (Firefox 126, Firefox ESR 115.11)
privacy.userContext.ui.enabled (Firefox 126, Firefox ESR 115.11)
signon. (Firefox 83, Firefox ESR 78.5)
@@ -4744,7 +4745,11 @@ as well as the following security preferences:
| security.insecure_connection_text.pbmode.enabled | bool | false
| If set to true, adds the words "Not Secure" for insecure sites in private browsing.
| security.mixed_content.block_active_content | boolean | true
-| If false, mixed active content (HTTP and HTTPS) is not blocked.
+| If set to true, mixed active content (HTTP subresources such as scripts, fetch requests, etc. on a HTTPS page) will be blocked.
+| security.mixed_content.block_display_content | boolean | false
+| If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be blocked. (Firefox 127, Firefox ESR 128.0)
+| security.mixed_content.upgrade_display_content | boolean | true
+| If set to true, mixed passive/display content (HTTP subresources such as images, videos, etc. on a HTTPS page) will be upgraded to HTTPS. (Firefox 127, Firefox ESR 128.0)
| security.osclientcerts.autoload | boolean | false
| If true, client certificates are loaded from the operating system certificate store.
| security.OCSP.enabled | integer | 1
diff --git a/windows/firefox.admx b/windows/firefox.admx
index 8ae146e..106c52e 100644
--- a/windows/firefox.admx
+++ b/windows/firefox.admx
@@ -3359,6 +3359,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+