Skip to content

PictureInPicture

Enable or disable Picture-in-Picture as well as prevent the user from enabling or disabling it (Locked).

FirefoxFirefox ESRFirefox Enterprise
Available since 78Available since 78Available since 149

CCK2 Equivalent: N/A
OMA-URI: PictureInPicture
Preferences Affected: media.videocontrols.picture-in-picture.video-toggle.enabled

policies.json
{
"policies": {
"PictureInPicture": {
"Enabled": true,
"Locked": true
}
}
}
JSON schema
PictureInPicture JSON schema
{
"type": "object",
"properties": {
"Enabled": {
"type": "boolean"
},
"Locked": {
"type": "boolean"
}
}
}
Software\Policies\Mozilla\Firefox\PictureInPicture\Enabled = 0x1 | 0x0
Software\Policies\Mozilla\Firefox\PictureInPicture\Locked = 0x1 | 0x0
<dict>
<key>PictureInPicture</key>
<dict>
<key>Enabled</key>
<true/> | <false/>
<key>Locked</key>
<true/> | <false/>
</dict>
</dict>