Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/reference/policies/LegacyProfiles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down