PrivateBrowsingModeAvailability
Set availability of private browsing mode.
This policy supersedes DisablePrivateBrowsing
Compatibility
Section titled “Compatibility”| Firefox | Firefox ESR | Firefox Enterprise |
|---|---|---|
| Available since 130 | Available since 128.3.0 | Available since 149 |
CCK2 Equivalent: N/A
OMA-URI: PrivateBrowsingModeAvailability
Preferences Affected: N/A
Examples
Section titled “Examples”{ "policies": { "PrivateBrowsingModeAvailability": 0 }}JSON schema
{ "type": "number", "enum": [ 0, 1, 2 ]}Values
Section titled “Values”PrivateBrowsingModeAvailability expects one of the following number values:
0: Private Browsing mode is available1: Private Browsing mode not available2: Private Browsing mode is forced
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\PrivateBrowsingModeAvailability = 0x0 | 0x1 | 0x2<dict> <key>PrivateBrowsingModeAvailability</key> <integer>0 | 1 | 2</integer></dict>