cadeyrn / enterprise-policy-generator

The Enterprise Policy Engine allows administrators to configure Firefox via a configuration file. The Enterprise Policy Generator helps to create the configuration file.
https://addons.mozilla.org/en-US/firefox/addon/enterprise-policy-generator/
Mozilla Public License 2.0
63 stars 10 forks source link

require an update about the permissions #136

Closed WagnerGMD closed 3 years ago

WagnerGMD commented 4 years ago

Describe the bug : Apparently, the addon doesn't have the data about the latest permissions ("Autoplay" and the "Virtual Reality"). No I don't recall when the both has been integrated inside the browser Firefox (but I assume it was a few months ago).

Screenshots : Firefox-v79-ExtractPage-about:preferences You can also just open the page "about:preferences#privacy" !

Version information :

Expected behavior : The next release must be update. Because the generator won't be able to create a complete file "policies.json" ! Otherwise, you should give us the syntax to block each permissions.

cadeyrn commented 4 years ago

Autoplay:

{
  "policies": {
    "Permissions": {
      "Autoplay": {
        "Allow": ["https://example.org"],
        "Block": ["https://example.edu"],
        "Default": "allow-audio-video" | "block-audio" | "block-audio-video",
        "Locked": true | false
      }
    }
  }
}

A policy for Virtual Reality does not exist in Firefox.

There will be an update for Enterprise Policy Generator in August to support the Autoplay permission policy and other new policies.

cadeyrn commented 3 years ago

There will be also a policy for VR in Firefox 80+ and Firefox ESR 78.2+. Both new policies, Autoplay and VirtualReality, will be supported in Enterprise Policy Generator 6.0, to be released this month.