| **[`PictureInPicture`](#pictureinpicture)** | Enable or disable Picture-in-Picture.
| **[`PopupBlocking`](#popupblocking)** | Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
| **[`Preferences`](#preferences)** | Set and lock preferences.
-| **[`Preferences (Deprecated)`](#preferences--deprecated)** | Set and lock some preferences.
+| **[`Preferences (Deprecated)`](#preferences-deprecated)** | Set and lock some preferences.
| **[`PromptForDownloadLocation`](#promptfordownloadlocation)** | Ask where to save each file before downloading.
| **[`Proxy`](#proxy)** | Configure proxy settings.
| **[`RequestedLocales`](#requestedlocales)** | Set the the list of requested locales for the application in order of preference.
<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.