Skip to content

Commit

Permalink
Update Linux/macOS samples, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaply committed Jun 21, 2024
1 parent 45e03bf commit 2bcd668
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3613,7 +3613,7 @@ Value (string):
```
<dict>
<key>HttpsOnlyMode</key>
<string>allowed | disallowed | enabled| force_enabled</string>
<string>allowed | disallowed | enabled | force_enabled</string>
</dict>
```
#### policies.json
Expand Down
5 changes: 5 additions & 0 deletions linux/policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"CIPHER_NAME": true | false,
},
"DisableDeveloperTools": true | false,
"DisableEncryptedClientHello": true | false,
"DisableFeedbackCommands": true | false,
"DisableFirefoxAccounts": true | false,
"DisableFirefoxScreenshots": true | false,
Expand Down Expand Up @@ -186,6 +187,9 @@
"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/"],
Expand Down Expand Up @@ -271,6 +275,7 @@
"Default": true | false,
"Locked": true | false
},
"PostQuantumKeyAgreementEnabled": true | false,
"Preferences": {
"accessibility.force_disabled": {
"Value": 1,
Expand Down
11 changes: 11 additions & 0 deletions mac/org.mozilla.firefox.plist
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@
</dict>
<key>DisableDeveloperTools</key>
<true/>
<key>DisableEncryptedClientHello</key>
<true/>
<key>DisableFeedbackCommands</key>
<true/>
<key>DisableFirefoxAccounts</key>
Expand Down Expand Up @@ -401,6 +403,13 @@
<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>
Expand Down Expand Up @@ -558,6 +567,8 @@
<key>Locked</key>
<true/>
</dict>
<key>PostQuantumKeyAgreementEnabled</key>
</false>
<key>Preferences</key>
<dict>
<key>accessibility.force_disabled</key>
Expand Down

0 comments on commit 2bcd668

Please sign in to comment.