From 3a7132298a36856892f20ed62132e93a67695841 Mon Sep 17 00:00:00 2001 From: Dennis Jackson <88591716+dennisjackson@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:20:21 +0100 Subject: [PATCH 1/1] Fix Duplicate --- docs/index.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7e12d6a..eb307ec 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1586,41 +1586,6 @@ Value (string): } } ``` -### DisableDeveloperTools -Remove access to all developer tools. - -**Compatibility:** Firefox 60, Firefox ESR 60\ -**CCK2 Equivalent:** `removeDeveloperTools`\ -**Preferences Affected:** `devtools.policy.disabled` - -#### Windows (GPO) -``` -Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0` -``` -#### Windows (Intune) -OMA-URI: -``` -./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/DisableDeveloperTools -``` -Value (string): -``` - or -``` -#### macOS -``` - - DisableDeveloperTools - | - -``` -#### policies.json -``` -{ - "policies": { - "DisableDeveloperTools": true | false - } -} -``` ### DisableEncryptedClientHello Disable the TLS Feature for Encrypted Client Hello. Note that TLS Client Hellos will still contain an ECH extension, but this extension will not be used by Firefox during the TLS handshake. -- 2.34.1