X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/127a5d1b3c6354528bdfb61c7b51a17fc063e4e8..9e5e1a817e767aacd5eabfe49912e7a2bf956ae8:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 0e64846..fab07f8 100644 --- a/README.md +++ b/README.md @@ -3256,6 +3256,42 @@ Value (string): } } ``` +### PictureInPicture + +Enable or disable Picture-in-Picture. + +**Compatibility:** Firefox 78, Firefox ESR 78\ +**CCK2 Equivalent:** N/A\ +**Preferences Affected:** `media.videocontrols.picture-in-picture.video-toggle.enabled` + +#### Windows (GPO) +``` +Software\Policies\Mozilla\Firefox\PictureInPicture = 0x1 | 0x0 +``` +#### Windows (Intune) +OMA-URI: +``` +./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/PictureInPicture +``` +Value (string): +``` + or +``` +#### macOS +``` + + PictureInPicture + | + +``` +#### policies.json +``` +{ + "policies": { + "PictureInPicture": true | false + } +} +``` ### PopupBlocking Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.