<dict>
<key>InvalidCertificate</key>
<true/> | <false/>
- <key><SafeBrowsing/key>
+ <key>SafeBrowsing</key>
<true/> | <false/>
</dict>
</dict>
<dict>
<key>Value</key>
<true/> | <false/>
- <key><Locked</key>
+ <key>Locked</key>
<true/> | <false/>
- <key><Cryptomining</key>
+ <key>Cryptomining</key>
<true/> | <false/>
- <key><Fingerprinting</key>
+ <key>Fingerprinting</key>
<true/> | <false/>
<key>Exceptions</key>
<array>
<dict>
<key>Enabled</key>
<true/> | <false/>
- <key><Locked</key>
+ <key>Locked</key>
<true/> | <false/>
</dict>
</dict>
<dict>
<key>Enabled</key>
<true/> | <false/>
- <key><EnablePermissions</key>
+ <key>EnablePermissions</key>
<true/> | <false/>
</dict>
</dict>
}
```
### Permissions
-Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. See examples below.
+Set permissions associated with camera, microphone, location, notifications, autoplay, and virtual reality. Because these are origins, not domains, entries with unique ports must be specified separately. This explicitly means that it is not possible to add wildcards. See examples below.
`Allow` is a list of origins where the feature is allowed.
widget.
```
as well as the following security preferences:
-```
-security.default_personal_cert
-security.insecure_connection_text.enabled
-security.insecure_connection_text.pbmode.enabled
-security.insecure_field_warning.contextual.enabled
-security.mixed_content.block_active_content
-security.osclientcerts.autoload
-security.ssl.errorReporting.enabled
-security.tls.hello_downgrade_check
-security.warn_submit_secure_to_insecure
-```
+| Preference | Type | Default
+| --- | --- | ---
+| security.default_personal_cert | string | Ask Every Time
+| If set to Select Automatically, Firefox automatically chooses the default personal certificate.
+| security.insecure_connection_text.enabled | bool | false
+| If set to true, adds the words "Not Secure" for insecure sites.
+| security.insecure_connection_text.pbmode.enabled | bool | false
+| If set to true, adds the words "Not Secure" for insecure sites in private browsing.
+| security.insecure_field_warning.contextual.enabled | bool | true
+| If set to false, remove the warning for inscure login fields.
+| security.mixed_content.block_active_content | boolean | true
+| If false, mixed active content (HTTP and HTTPS) is not blocked.
+| security.osclientcerts.autoload | boolean | false
+| If true, client certificates are loaded from the operating system certificate store.
+| security.ssl.errorReporting.enabled | boolean | true
+| If false, SSL errors cannot be sent to Mozilla.
+| security.tls.hello_downgrade_check | boolean | true
+| If false, the TLS 1.3 downgrade check is disabled.
+| security.warn_submit_secure_to_insecure | boolean | true
+| If false, no warning is shown when submitting s form from https to http.
+
+
Using the preference as the key, set the `Value` to the corresponding preference value.
`Status` can be "default", "locked", "user" or "clear"