"CIPHER_NAME": true | false,
},
"DisableDeveloperTools": true | false,
+ "DisableEncryptedClientHello": true | false,
"DisableFeedbackCommands": true | false,
"DisableFirefoxAccounts": true | false,
"DisableFirefoxScreenshots": true | false,
"http://example.edu/"],
"StartPage": "none" | "homepage" | "previous-session" | "homepage-locked"
},
+ "HttpAllowlist ": ["http://example.org",
+ "http://example.edu"],
+ "HttpsOnlyMode": "allowed" | "disallowed" | "enabled" | "force_enabled",
"InstallAddonsPermission": {
"Allow": ["http://example.org/",
"http://example.edu/"],
"Default": true | false,
"Locked": true | false
},
+ "PostQuantumKeyAgreementEnabled": true | false,
"Preferences": {
"accessibility.force_disabled": {
"Value": 1,
</dict>
<key>DisableDeveloperTools</key>
<true/>
+ <key>DisableEncryptedClientHello</key>
+ <true/>
<key>DisableFeedbackCommands</key>
<true/>
<key>DisableFirefoxAccounts</key>
<key>StartPage</key>
<string>homepage</string>
</dict>
+ <key>HttpAllowlist </key>
+ <array>
+ <string>http://example.org</string>
+ <string>http://example.edu</string>
+ </array>
+ <key>HttpsOnlyMode</key>
+ <string>disallowed</string>
<key>InstallAddonsPermission</key>
<dict>
<key>Allow</key>
<key>Locked</key>
<true/>
</dict>
+ <key>PostQuantumKeyAgreementEnabled</key>
+ </false>
<key>Preferences</key>
<dict>
<key>accessibility.force_disabled</key>