diff --git a/src/content/docs/reference/policies/DisableDeveloperTools.mdx b/src/content/docs/reference/policies/DisableDeveloperTools.mdx index 45b7fed..3b10a86 100644 --- a/src/content/docs/reference/policies/DisableDeveloperTools.mdx +++ b/src/content/docs/reference/policies/DisableDeveloperTools.mdx @@ -13,7 +13,7 @@ Remove access to all developer tools. ## Windows (GPO) ``` -Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0` +Software\Policies\Mozilla\Firefox\DisableDeveloperTools = 0x1 | 0x0 ``` ## Windows (Intune) diff --git a/src/content/docs/reference/policies/LegacyProfiles.mdx b/src/content/docs/reference/policies/LegacyProfiles.mdx index d89a079..b2df123 100644 --- a/src/content/docs/reference/policies/LegacyProfiles.mdx +++ b/src/content/docs/reference/policies/LegacyProfiles.mdx @@ -20,7 +20,7 @@ This policy only work on Windows via GPO (not via `policies.json`). ## Windows (GPO) ``` -Software\Policies\Mozilla\Firefox\LegacyProfiles = = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\LegacyProfiles = 0x1 | 0x0 ``` ## Windows (Intune) diff --git a/src/content/docs/reference/policies/LegacySameSiteCookieBehaviorEnabled.mdx b/src/content/docs/reference/policies/LegacySameSiteCookieBehaviorEnabled.mdx index 632ef66..8f0c564 100644 --- a/src/content/docs/reference/policies/LegacySameSiteCookieBehaviorEnabled.mdx +++ b/src/content/docs/reference/policies/LegacySameSiteCookieBehaviorEnabled.mdx @@ -15,7 +15,7 @@ If this policy is set to true, it reverts all cookies to legacy SameSite behavio ## Windows (GPO) ``` -Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = = 0x1 | 0x0 +Software\Policies\Mozilla\Firefox\LegacySameSiteCookieBehaviorEnabled = 0x1 | 0x0 ``` ## Windows (Intune)