From: Michael Kaply Date: Tue, 4 Sep 2018 22:08:05 +0000 (-0500) Subject: Bug 1467062 - Document new permissions policy X-Git-Tag: v1.2~11^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/c325590c0082b38a11192c7cd9372d234a626150?ds=sidebyside;hp=-c Bug 1467062 - Document new permissions policy --- c325590c0082b38a11192c7cd9372d234a626150 diff --git a/README.md b/README.md index 4dcd1e8..f505eba 100644 --- a/README.md +++ b/README.md @@ -517,3 +517,37 @@ This policy allows you to add new search engines, as well as set the default and } } ``` +### Permissions +This policy allows you to change the permissions associated with camera, microphone, location, and notifications +``` +{ + "policies": { + "Permissions": { + "Camera": { + "Allow": ["http://example.org/"], /* Origins where camera access is allowed by default */ + "Block": ["http://example.org/"], /* Origins where camera access is blocked by default */ + "BlockNewRequests": [true|false], /* Block new requests to access the camera */ + "Locked": [true|false] /* Don't allow the user to change the camera preferences */ + }, + "Microphone": { + "Allow": ["http://example.org/"], /* Origins where microphone access is allowed by default */ + "Block": ["http://example.org/"], /* Origins where microphone access is blocked by default */ + "BlockNewRequests": [true|false], /* Block new requests to access the microphone */ + "Locked": [true|false] /* Don't allow the user to change the microphone preferences */ + }, + "Location": { + "Allow": ["http://example.org/"], /* Origins where location access is allowed by default */ + "Block": ["http://example.org/"], /* Origins where location access is blocked by default */ + "BlockNewRequests": [true|false], /* Block new requests to access location */ + "Locked": [true|false] /* Don't allow the user to change the location preferences */ + }, + "Notifications": { + "Allow": ["http://example.org/"], /* Origins where sending notifications is allowed by default */ + "Block": ["http://example.org/"], /* Origins where sending notifications is blocked by default */ + "BlockNewRequests": [true|false], /* Block new requests to send notifications */ + "Locked": [true|false] /* Don't allow the user to change the notification preferences */ + } + } + } +} +``` diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index 7f71f73..7d14ff3 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -10,6 +10,10 @@ Firefox 60 ESR oder höher Firefox Berechtigungen + Camera + Microphone + Location + Notifications Authentifizierung Lesezeichen Zertifikate @@ -233,6 +237,62 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren oder w Wenn Sie die Richtlinieneinstellung aktivieren können Benutzer die Cookie-Einstellungen nicht ändern. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, können Benutzer die Cookie-Einstellungen ändern. + If this policy is enabled, access to the camera is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default camera policy is followed. + If this policy is enabled, access to the camera is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the camera is not blocked by default. + Block new requests asking to access the camera + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the camera. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the camera. + Do not allow preferences to be changed + If this policy is enabled, camera preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to the microphone is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default microphone policy is followed. + If this policy is enabled, access to the microphone is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the microphone is not blocked by default. + Block new requests asking to access the microphone + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the microphone. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the microphone. + Do not allow preferences to be changed + If this policy is enabled, microphone preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to location is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default location policy is followed. + If this policy is enabled, access to location is blocked for the origins indicated. + +If this policy is disabled or not configured, access to location is not blocked by default. + Block new requests asking to access location + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access location. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access location. + Do not allow preferences to be changed + If this policy is enabled, location preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change location preferences. + If this policy is enabled, notifications can always be sent for the origins indicated. + +If this policy is disabled or not configured, the default nofication policy is followed. + If this policy is enabled, notifications are always blocked for the origins indicated. + +If this policy is disabled or not configured, notifications are not blocked by default. + Block new requests asking to send notifications + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to send notifications. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to send notifications. + Do not allow preferences to be changed + If this policy is enabled, notification preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their notification preferences. Wenn Sie die Richtlinieneinstellung aktivieren, ist Flash standardmäßig für die angegebenen URLs aktiviert, es sei denn, Flash ist vollständig deaktiviert. Wenn eine Top-Level-Domäne angegeben ist (http://example.org), ist Flash auch für alle Sub-Domains zulässig. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Standard Flash Richtlinie verwendet. diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index dd2ddd7..f6e6722 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -10,6 +10,10 @@ Firefox 60 ESR or later Firefox Permissions + Camera + Microphone + Location + Notifications Authentication Bookmarks Certificates @@ -233,6 +237,62 @@ This setting is ignored if this policy is disabled or not configured or if cooki If this policy is enabled, cookie preferences cannot be changed by the user. If this policy is disabled or not configured, the user can change their cookie preferences. + If this policy is enabled, access to the camera is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default camera policy is followed. + If this policy is enabled, access to the camera is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the camera is not blocked by default. + Block new requests asking to access the camera + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the camera. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the camera. + Do not allow preferences to be changed + If this policy is enabled, camera preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to the microphone is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default microphone policy is followed. + If this policy is enabled, access to the microphone is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the microphone is not blocked by default. + Block new requests asking to access the microphone + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the microphone. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the microphone. + Do not allow preferences to be changed + If this policy is enabled, microphone preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to location is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default location policy is followed. + If this policy is enabled, access to location is blocked for the origins indicated. + +If this policy is disabled or not configured, access to location is not blocked by default. + Block new requests asking to access location + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access location. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access location. + Do not allow preferences to be changed + If this policy is enabled, location preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change location preferences. + If this policy is enabled, notifications can always be sent for the origins indicated. + +If this policy is disabled or not configured, the default nofication policy is followed. + If this policy is enabled, notifications are always blocked for the origins indicated. + +If this policy is disabled or not configured, notifications are not blocked by default. + Block new requests asking to send notifications + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to send notifications. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to send notifications. + Do not allow preferences to be changed + If this policy is enabled, notification preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their notification preferences. If this policy is enabled, Flash is activated by default for the origins indicated unless Flash is completely disabled. If a top level domain is specified (http://example.org), Flash is allowed for all subdomains as well. If this policy is disabled or not configured, the default Flash policy is followed. diff --git a/windows/firefox.admx b/windows/firefox.admx index 1be3b6e..74be8cd 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -47,6 +47,21 @@ + + + + + + + + + + + + + + + @@ -209,6 +224,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/windows/it-IT/firefox.adml b/windows/it-IT/firefox.adml index 7e9a5b9..156ccab 100644 --- a/windows/it-IT/firefox.adml +++ b/windows/it-IT/firefox.adml @@ -10,6 +10,10 @@ Firefox 60 ESR o versione successiva Firefox Permessi + Camera + Microphone + Location + Notifications Autenticazione Segnalibri Certificati @@ -233,6 +237,62 @@ Quest'impostazione è ignorata se questo criterio è disabilitato o non configur Se questo criterio è abilitato, le preferenze relative ai cookie non possono essere modificate dall'utente. Se questo criterio è disabilitato o non configurato, l'utente può modificare le preferenze relative ai cookie. + If this policy is enabled, access to the camera is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default camera policy is followed. + If this policy is enabled, access to the camera is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the camera is not blocked by default. + Block new requests asking to access the camera + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the camera. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the camera. + Do not allow preferences to be changed + If this policy is enabled, camera preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to the microphone is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default microphone policy is followed. + If this policy is enabled, access to the microphone is blocked for the origins indicated. + +If this policy is disabled or not configured, access to the microphone is not blocked by default. + Block new requests asking to access the microphone + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access the microphone. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access the microphone. + Do not allow preferences to be changed + If this policy is enabled, microphone preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their camera preferences. + If this policy is enabled, access to location is always allowed for the origins indicated. + +If this policy is disabled or not configured, the default location policy is followed. + If this policy is enabled, access to location is blocked for the origins indicated. + +If this policy is disabled or not configured, access to location is not blocked by default. + Block new requests asking to access location + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to access location. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to access location. + Do not allow preferences to be changed + If this policy is enabled, location preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change location preferences. + If this policy is enabled, notifications can always be sent for the origins indicated. + +If this policy is disabled or not configured, the default nofication policy is followed. + If this policy is enabled, notifications are always blocked for the origins indicated. + +If this policy is disabled or not configured, notifications are not blocked by default. + Block new requests asking to send notifications + If this policy is enabled, sites that are not in the Allow policy will not be allowed to ask permission to send notifications. + +If this policy is disabled or not configured, any site that is not in the Block policy can ask permission to send notifications. + Do not allow preferences to be changed + If this policy is enabled, notification preferences cannot be changed by the user. + +If this policy is disabled or not configured, the user can change their notification preferences. Se questo criterio è abilitato, Flash è attivato per impostazione predefinita sui siti indicati a meno che non sia completamente disabilitato. Se è specificato un dominio di primo livello (http://example.org), Flash è consentito anche su tutti i sottodomini. Se questo criterio è disabilitato o non configurato, viene seguita la politica predefinita per Flash.