From 9c8aa1e15f537d1d01232940c04e22d3111bcd5c Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 16 Jun 2026 13:40:38 +0200 Subject: [PATCH] fix: Multiple minor typos --- src/content/docs/reference/policies/DisableDeveloperTools.mdx | 2 +- src/content/docs/reference/policies/LegacyProfiles.mdx | 2 +- .../reference/policies/LegacySameSiteCookieBehaviorEnabled.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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)