From: Michael Kaply Date: Wed, 5 Sep 2018 20:20:38 +0000 (-0700) Subject: Merge branch 'master' into patch-2 X-Git-Tag: v1.2~8^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/57ee6c24ee22fb73dac5d20dd607f08881e21efc?hp=a5d443b535e3a3b8760692d127da55a4d5231f3c Merge branch 'master' into patch-2 --- diff --git a/README.md b/README.md index 329cb8d..ead3f02 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**IMPORTANT**: This file is in active development along with the policies in Firefox. To get the policy information that corresponds to a specific release, go to https://github.com/mozilla/policy-templates/releases. + Policies can either be specified using the Group Policy templates or by creating a file called `policies.json`. On Windows, create a directory called `distribution` where the EXE is located and place the file there. On Mac, the file goes into `Firefox.app/Contents/Resources/distribution`. On Linux, the file goes into `firefox/distribution`, where `firefox` is the installation directory for firefox, which varies by distribution. The content of the JSON file should look like this: @@ -13,9 +15,9 @@ Policies are documented below. **Note**: though comments are used in this readme file for documentation, comments are not valid in actual JSON files. Remove all comments before attempting to deploy. -Some of the policies are only available on the ESR for security reasons. These policies are marked ESR only. +Some of the policies were originally only available on the ESR for security reasons. As of Firefox 62, these policies are available outside of the ESR, but only via JSON file or a Local Machine-based Group Policy. User-based Group Policies are not allowed to set values for these policies. The descriptions below mark such policies as "Machine only". -### Authentication (ESR only) +### Authentication This policy is for configuring sites that support integrated authentication. See https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication for more information. ``` { @@ -23,7 +25,11 @@ This policy is for configuring sites that support integrated authentication. See "Authentication": { "SPNEGO": ["mydomain.com", "https://myotherdomain.com"], "Delegated": ["mydomain.com", "https://myotherdomain.com"], - "NTLM": ["mydomain.com", "https://myotherdomain.com"] + "NTLM": ["mydomain.com", "https://myotherdomain.com"], + "AllowNonFQDN": { + "SPNEGO": true, + "NTLM": true + } } } } @@ -73,7 +79,7 @@ This policy removes the "Set As Desktop Background..." menuitem when right click } ``` ### Certificates -This is a Windows only policy that tells Firefox to read certificates from the Windows certificate store. +If this Windows only policy is set to true, Firefox reads certificates from the Windows certificate store. ``` { "policies": { @@ -100,7 +106,7 @@ This policy controls various settings related to cookies. } ``` ### DisableMasterPasswordCreation -This policy removes the master password functionality if set to true. +If this policy is set to true, the master password functionality is removed. ``` { "policies": { @@ -108,7 +114,7 @@ This policy removes the master password functionality if set to true. } } ``` -### DisableAppUpdate (ESR only) +### DisableAppUpdate (Machine only) This policy turns off application updates. ``` { @@ -136,7 +142,7 @@ This policy removes access to all developer tools. } ``` ### DisableFeedbackCommands -This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site) +This policy disables the menus for reporting sites (Submit Feedback, Report Deceptive Site). ``` { "policies": { @@ -145,7 +151,7 @@ This policy disables the menus for reporting sites (Submit Feedback, Report Dece } ``` ### DisableFirefoxScreenshots -This policy removes access to Firefox Screenshots +This policy removes access to Firefox Screenshots. ``` { "policies": { @@ -154,7 +160,7 @@ This policy removes access to Firefox Screenshots } ``` ### DisableFirefoxAccounts -This policy disables Sync +This policy disables Sync. ``` { "policies": { @@ -163,7 +169,7 @@ This policy disables Sync } ``` ### DisableFirefoxStudies -This policy disables Firefox studies (Shield) +This policy disables Firefox studies (Shield). ``` { "policies": { @@ -172,7 +178,7 @@ This policy disables Firefox studies (Shield) } ``` ### DisableForgetButton -This policy disables the "Forget" button +This policy disables the "Forget" button. ``` { "policies": { @@ -181,7 +187,7 @@ This policy disables the "Forget" button } ``` ### DisableFormHistory -This policy turns off the browser.formfill.enable preferences +This policy turns off the browser.formfill.enable preferences. ``` { "policies": { @@ -190,7 +196,7 @@ This policy turns off the browser.formfill.enable preferences } ``` ### DisablePocket -This policy turns off Pocket +This policy turns off Pocket. ``` { "policies": { @@ -199,7 +205,7 @@ This policy turns off Pocket } ``` ### DisablePrivateBrowsing -This policy removes access to private browsing +This policy removes access to private browsing. ``` { "policies": { @@ -208,7 +214,7 @@ This policy removes access to private browsing } ``` ### DisableProfileImport -This policy disables the"Import data from another browser" option in the bookmarks window. +This policy disables the "Import data from another browser" option in the bookmarks window. ``` { "policies": { @@ -226,7 +232,7 @@ This policy disables the Refresh Firefox button on about:support and support.moz } ``` ### DisableSafeMode -This policy disables safe mode on Windows only +This policy disables safe mode on Windows only. ``` { "policies": { @@ -246,7 +252,7 @@ This policy prevents the user from bypassing security in certain cases. } } ``` -### DisableSystemAddonUpdate (ESR only) +### DisableSystemAddonUpdate (Machine only) This policy prevents system add-ons from being updated or installed. ``` { @@ -255,7 +261,7 @@ This policy prevents system add-ons from being updated or installed. } } ``` -### DisableTelemetry (ESR only) +### DisableTelemetry (Machine only) This policy prevents the upload of telemetry data. Mozilla recommends that you do not disable telemetry. Information collected through telemetry helps us build a better product for businesses like yours. @@ -267,7 +273,7 @@ Mozilla recommends that you do not disable telemetry. Information collected thro } ``` ### DisplayBookmarksToolbar -This policy turns on the bookmarks toolbar by default. A user can still turn it off and it will stay off. +This policy turns on the bookmarks toolbar by default. A user can still turn it off, and it will stay off. ``` { "policies": { @@ -276,7 +282,7 @@ This policy turns on the bookmarks toolbar by default. A user can still turn it } ``` ### DisplayMenuBar -This policy turns on the menubar by default. A user can still turn it off and it will stay off. +This policy turns on the menubar by default. A user can still turn it off, and it will stay off. ``` { "policies": { @@ -296,11 +302,11 @@ This policy stops Firefox from checking if it is the default browser at startup. ### EnableTrackingProtection This policy affects tracking protection. -If this policy is not configured, tracking protection is not enabled by default in the browser but it is enabled by default in private browsing and the user can change it. +If this policy is not configured, tracking protection is not enabled by default in the browser, but it is enabled by default in private browsing and the user can change it. If Value is set to false, tracking protection is disabled and locked in both the browser and private browsing. -If Value is set to true, private browsing is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it. +If Value is set to true, tracking protection is enabled by default in both the browser and private browsing and you can choose set the Locked value if you want to prevent the user from changing it. ``` { "policies": { @@ -310,9 +316,9 @@ If Value is set to true, private browsing is enabled by default in both the brow } } ``` -### Extensions (ESR only) -This policy controls the install, uninstall and locking of extensions. Locked extensions cannot be disabled or uninstalled. -For Install, you can specify a list of URLs or paths. +### Extensions (Machine only) +This policy controls the installation, uninstallation and locking of extensions. Locked extensions cannot be disabled or uninstalled. +For Install, you specify a list of URLs or paths. For Uninstall and Locked, you specify extension IDs. ``` { @@ -324,8 +330,17 @@ For Uninstall and Locked, you specify extension IDs. } } ``` +### HardwareAcceleration +This policy disables hardware acceleration by locking the preference layers.acceleration.disabled to true. +``` +{ + "policies": { + "HardwareAcceleration": false + } +} +``` ### NoDefaultBookmarks -Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags). Note: this policy is only effective if used before the first run of the profile. +This policy prevents the default bookmarks or the Smart Bookmarks (Most Visited, Recent Tags) from being created. Note: this policy is only effective if used before the first run of the profile. ``` { "policies": { @@ -342,7 +357,7 @@ This policy sets the signon.rememberSignons preference. It determines whether or } } ``` -### Homepage (ESR only) +### Homepage (Machine only) This policy sets the default homepage value. It can also be used to lock the homepage and add additional homepages. ``` { @@ -357,7 +372,7 @@ This policy sets the default homepage value. It can also be used to lock the hom } ``` ### PopupBlocking -This policy sets domains for which pop-up windows are allowed. It also set the default pop-up policy +This policy sets domains for which pop-up windows are allowed. It also sets the default pop-up policy. ``` { "policies": { @@ -391,14 +406,14 @@ This policy sets the behavior of Flash on the specified domains, as well as the "FlashPlugin": { "Allow": ["http://example.org/"], /* Sites on the allow list do not override Flash being completely disabled */ "Block": ["http://example.edu/"], - "Default": [true|false], /* If this is set to true, flash is always enabled. If it is set to false, Flash is never enabled */ + "Default": [true|false], /* If this is set to true, Flash is always enabled. If it is set to false, Flash is never enabled */ "Locked": [true|false] } } } ``` -### OverrideFirstRunPage (ESR only) -This policy allowed you to override the first run page. If you leave the URL blank, the first run page will not be displayed. +### OverrideFirstRunPage (Machine only) +This policy allows you to override the first run page. If you leave the URL blank, the first run page will not be displayed. ``` { "policies": { @@ -406,8 +421,8 @@ This policy allowed you to override the first run page. If you leave the URL bla } } ``` -### OverridePostUpdatePage (ESR only) -This policy allowed you to override the upgrade page page. If you leave the URL blank, the upgrade page will not be displayed. +### OverridePostUpdatePage (Machine only) +This policy allows you to override the upgrade page. If you leave the URL blank, the upgrade page will not be displayed. ``` { "policies": { @@ -416,7 +431,7 @@ This policy allowed you to override the upgrade page page. If you leave the URL } ``` ### Bookmarks -This policy allows you to specify bookmarks. You can have any number of bookmarks although only ten are specified in the ADMX file. +This policy allows you to specify bookmarks. You can have any number of bookmarks, although only ten are specified in the ADMX file. Placement can be specified as either toolbar or menu. If a folder is specified, it is automatically created and bookmarks with the same folder name are grouped together. @@ -467,7 +482,7 @@ If this policy is set to true, all data is cleared when Firefox is closed. This } } ``` -### SearchBar (ESR only) +### SearchBar This policy can be used to determine if the search bar is separate or combined with the URL bar. ``` { @@ -476,8 +491,8 @@ This policy can be used to determine if the search bar is separate or combined w } } ``` -### WebsiteFilter (ESR only) -Blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https accesses are supported at the moment. The arrays are limited to 1000 entries each. +### WebsiteFilter (Machine only) +This policy blocks websites from being visited. The parameters take an array of Match Patterns, as documented in https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns. Only http/https addresses are supported at the moment. The arrays are limited to 1000 entries each. ``` { "policies": { @@ -488,8 +503,8 @@ Blocks websites from being visited. The parameters take an array of Match Patter } } ``` -### Search Engines (ESR only) -This policy allows you to add new search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required. +### Search Engines (This policy is only available on the ESR.) +This policy allows you to add new search engines, remove or hide search engines, as well as set the default and prevent the install of search engines from web pages. Only Name and URLTemplate is required. ``` { "policies": { @@ -506,7 +521,42 @@ This policy allows you to add new search engines, as well as set the default and } ], "Default": "Name of engine", - "PreventInstalls": [true|false] + "PreventInstalls": [true|false], + "Remove": ["Twitter", "Wikipedia (en)"] + } + } +} +``` +### 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/index.html b/index.html index 50f3e53..150ce14 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,12 @@ Prevent access to about:support + + + Bookmarks + + Specify bookmarks to be added to Firefox + Certificates @@ -42,7 +48,7 @@ ImportEnterpriseRoots - Read certificates from the Windows certificate store. + Specify if Firefox reads certificates from the Windows certificate store @@ -54,55 +60,391 @@ Allow - Sites that are always allowed to set cookies + Specify sites that are always allowed to set cookies Block - Sites that are blocked from setting cookies + Specify sites that are always blocked from setting cookies Default - Default cookie setting + Specify if cookies are accepted from all websites by default AcceptThirdParty - Accept third-party cookies + Specify when to accept third-party cookies ExpireAtSessionEnd - When cookies expire + Specify if cookies expire when Firefox is closed Locked - Don't allow cookie preferences to be changed + Prevent the user from changing cookie preferences - - DisableSetDesktopBackground + + DisableAppUpdate - Disable setting an image as the desktop background + Disable application updates + + + DisableBuiltinPDFViewer - + Disable the built-in PDF viewer. PDF files are downloaded and sent externally + + + + DisableDeveloperTools + + Remove access to all developer tools + + + + DisableFeedbackCommands + + Disable the menus for reporting sites (Submit Feedback, Report Deceptive Site) + + + + DisableFirefoxAccounts + + Disable Sync + + + + DisableFirefoxScreenshots + + Remove access to Firefox Screenshots + + + + DisableFirefoxStudies + + Disable Firefox studies (Shield) + + + + DisableForgetButton + + Disable the "Forget" button + + + + DisableFormHistory + + Turn off the browser.formfill.enable preferences + + + DisableMasterPasswordCreation Remove the master password functionality + + + DisablePocket + + Turn off Pocket + + + + DisablePrivateBrowsing + + Remove access to private browsing + + + + DisableProfileImport + + Disable the "Import data from another browser" option in the bookmarks window + + + + DisableProfileRefresh + + Disable the Refresh Firefox button on about:support and support.mozilla.org + + + + DisableSafeMode + Disable safe mode (Windows only) + + + + DisableSecurityBypass + + Prevent the user from bypassing security (in certain cases) + + - DisableAppUpdate + DisableSetDesktopBackground + + Disable setting an image as the desktop background + + + + DisableSystemAddonUpdate + + Prevent system add-ons from being updated or installed + + + + DisableTelemetry + + Prevent the upload of telemetry data + + + + DisplayBookmarksToolbar + + Turn on the bookmarks toolbar by default + + + + DisplayMenuBar + + Turn on the menubar by default. + + + + DontCheckDefaultBrowser + + Stop Firefox from checking if it is the default browser + + + + EnableTrackingProtection + + Enable tracking protection by default in both the browser and private browsing + + + + Extensions + + + + + + Install + + Specify extension URLs or paths to be installed + + + + Uninstall + + Specify extension IDs to be uninstalled + + + + Locked + + Specify extension IDs that cannot be uninstalled or disabled + + + + FlashPlugin + + + + + + Allow + + Specify sites where Flash is activated by default + + + + Block + + Specify sites where Flash is blocked + + + + Default + + Specify whether Flash is activated always, never, or click to play + + + + Locked + + Prevent the user from changing Flash preferences + + + + HardwareAcceleration + + + + + + Homepage + + + + + + URL + + Set a default homepage + + + + Locked + + Prevent the user from changing the homepage + + + + Additional + + Specify multiple homepages + + + + InstallAddonsPermission + + Specify domains that can install extensions, as well as the default behavior + + + + NoDefaultBookmarks + + Prevent the Smart Bookmarks (Most Visited, Recent Tags) from being created + + + + OfferToSaveLogins + + Specify if Firefox offers to save passwords + + + + OverrideFirstRunPage + + Override the first run page + + + + OverridePostUpdatePage + + Override the upgrade page + + + + Permissions + + + + + + Camera + + + + + + Microphone + + + + + + Location + + + + + + Notifications + + + + + + PopupBlocking + + + + + + Allow + + Specify sites where pop-up windows are always allowed + + + + Default + + Specify if pop-up windows are allowed by default or blocked + + + + Locked + + Prevent the user from changing pop-up preferences + + + + Proxy + + Specify proxy settings + + + + SanitizeOnShutdown - Turn off application update + Clear all data when Firefox is closed + + + + SearchBar + + Specify if the search bar is separate or combined with the URL bar + + + + SearchEngines + + + + + + Add + + Specify search engines to be added to Firefox + + + + Default + + Set the name of the default search engine + + + + PreventInstalls + + Prevent the install of search engines from web pages + + + + WebsiteFilter + + Specify websites that the user cannot visit @@ -267,50 +609,13 @@ Back to top -
-

DisableSetDesktopBackground

- - Disable setting an image as the desktop background. - -
-
Data type:
- -
Boolean [Windows:REG_DWORD]
- -
Windows registry location for Windows clients:
- -
Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground
- -
Policies.json:
- -
DisableSetDesktopBackground
- -
Supported on:
- -
-
    -
  • Firefox (Linux, Mac, Windows) RR and ESR since version 60
  • -
-
- -
CCK2 Equivalent:
- -
removeSetDesktopBackground
- -
Preferences modified:
- -
N/A
- -
Description:
- -
-

If this policy is set to true, the "Set As Desktop Background..." menuitem is removed. -

-
Back to top +

Certificates

Manage Enterprise Certificates on Windows +
+
Back to top
- -
+ +

ImportEnterpriseRoots

Read certificates from the Windows certificate store @@ -355,6 +660,12 @@
+

Cookies

Manage cookie settings +
+
Back to top +
+ +

Cookies - Allow

Sites that are always allowed to set cookies @@ -398,7 +709,7 @@ Back to top
-
+

Cookies - Block

Sites that are blocked from setting cookies @@ -442,8 +753,7 @@ Back to top
- -
+

Cookies - Default

Default cookie setting @@ -487,7 +797,7 @@ Back to top
-
+

Cookies - AcceptThirdParty

Accept third-party cookies @@ -536,7 +846,7 @@ Back to top
-
+

Cookies - ExpireAtSessionEnd

When cookies expire @@ -580,7 +890,7 @@ Back to top
-
+

Cookies - Locked

Don't allow cookie preferences to be changed @@ -624,6 +934,48 @@ Back to top
+
+

DisableAppUpdate

+ + Disable application updates + +
+
Data type:
+ +
Boolean [Windows:REG_DWORD]
+ +
Windows registry location for Windows clients:
+ +
Software\Policies\Mozilla\Firefox\DisableAppUpdate
+ +
Policies.json:
+ +
DisableAppUpdate
+ +
Supported on:
+ +
+
    +
  • Firefox (Linux, Mac, Windows) ESR only since version 60
  • +
+
+ +
CCK2 Equivalent:
+ +
disableFirefoxUpdates
+ +
Preferences modified:
+ +
N/A
+ +
Description:
+ +
+

If this policy is set to true, Firefox updates are disabled and locked. +

+
Back to top +
+

DisableMasterPasswordCreation

@@ -667,9 +1019,9 @@
-

DisableAppUpdate

+

DisableSetDesktopBackground

- Disable application updates + Disable setting an image as the desktop background.
Data type:
@@ -678,23 +1030,23 @@
Windows registry location for Windows clients:
-
Software\Policies\Mozilla\Firefox\DisableAppUpdate
+
Software\Policies\Mozilla\Firefox\DisableSetDesktopBackground
Policies.json:
-
DisableAppUpdate
+
DisableSetDesktopBackground
Supported on:
    -
  • Firefox (Linux, Mac, Windows) ESR only since version 60
  • +
  • Firefox (Linux, Mac, Windows) RR and ESR since version 60
CCK2 Equivalent:
-
disableFirefoxUpdates
+
removeSetDesktopBackground
Preferences modified:
@@ -703,10 +1055,10 @@
Description:
-

If this policy is set to true, Firefox updates are disabled and locked. +

If this policy is set to true, the "Set As Desktop Background..." menuitem is removed.

Back to top
- + diff --git a/windows/de-DE/firefox.adml b/windows/de-DE/firefox.adml index 67e5369..2475f62 100644 --- a/windows/de-DE/firefox.adml +++ b/windows/de-DE/firefox.adml @@ -6,9 +6,14 @@ Microsoft Windows XP SP2 oder höher Firefox 60 oder höher + Firefox 62 or later, Firefox 60.2 ESR or later Firefox 60 ESR oder höher Firefox Berechtigungen + Camera + Microphone + Location + Notifications Authentifizierung Lesezeichen Zertifikate @@ -21,6 +26,10 @@ Suche Erlaubte Seiten Gesperrte Seiten + Benutzerdefinierte Update-URL + Wenn diese Policy aktiviert ist, dann können Sie eine URL zu einem Update-Server setzen, die eine andere ist, als die standardmäßige. Dies kann hilfreich sein, in dem Fall, wenn Sie einen eigenen Update-Server in Ihrem Netzwerk betreiben. + +Wenn diese Policy deaktiviert oder nicht konfiguriert ist, dann wird die Standard-URL verwendet. SPNEGO Wenn Sie die Richtlinieneinstellung aktivieren, dürfen Webseiten die SPNEGO-Authentifizierung verwenden. Erlaubte Formate für die Einträge in der Liste sind mydomain.com oder https://myotherdomain.com. @@ -39,6 +48,10 @@ Für weitere Informationen, besuchen Sie https://developer.mozilla.org/en-US/doc Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, verwenden Webseiten die NTLM Authentifizierung nicht. Für weitere Informationen, besuchen Sie https://developer.mozilla.org/en-US/docs/Mozilla/Integrated_authentication. + Allow Non FQDN + If this policy is enabled, you can always allow SPNEGO or NTLM on non FQDNs (fully qualified domain names). + +If this policy is disabled or not configured, NTLM and SPNEGO are not enabled on non FQDNs. Zugriff auf Add-ons Manager verhindern Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer nicht auf den Add-on Manager oder about:addons zugreifen. @@ -70,7 +83,9 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn Update deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, wird nicht nach Updates gesucht. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden Updates automatisch installiert. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden Updates automatisch installiert. + +Starting with Firefox 62, this policy will only work from Computer Configuration. PDF-Ansicht (PDF.js) deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, werden PDF-Dateien nicht in Firefox angezeigt. @@ -136,13 +151,17 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn System Addon Updates deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, werden neue System-Add-ons nicht installiert und installierte Add-ons werden nicht mit Updates versorgt. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden System Add-ons installiert und mit Updates versorgt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden System Add-ons installiert und mit Updates versorgt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Telemetry deaktivieren Wenn Sie die Richtlinieneinstellung aktivieren, werden keine Telemetriedaten versendet. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden Telemetriedaten versendet. -Mozilla empfiehlt, die Telemetrie nicht zu deaktivieren. Durch Telemetrie gesammelte Informationen helfen uns, ein besseres Produkt für Unternehmen wie Ihres zu erstellen. +Mozilla empfiehlt, die Telemetrie nicht zu deaktivieren. Durch Telemetrie gesammelte Informationen helfen uns, ein besseres Produkt für Unternehmen wie Ihres zu erstellen. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Lesezeichenleiste anzeigen Wenn Sie die Richtlinieneinstellung aktivieren, wird die Lesezeichenleiste standardmäßig in der Menüleiste angezeigt, der Benutzer kann diese wieder ausblenden. @@ -159,16 +178,26 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, über Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine Liste mit Erweiterungs-URLs oder -pfaden angeben, die beim Start von Firefox installiert werden. Jedes Mal, wenn diese Liste geändert wird, werden die Erweiterungen erneut installiert. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen installiert. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen installiert. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Erweiterungen deinstallieren Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine Liste mit Erweiterungs-IDs angeben, die beim Start deinstalliert werden. Jedes Mal, wenn diese Liste geändert wird, werden die Erweiterungen deinstalliert. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen deinstalliert. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen deinstalliert. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Erweiterungen deaktivieren und löschen verhindern Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine Liste mit Erweiterungs-IDs angeben, die den Benutzer hindert die angegebenen Erweiterungen zu deinstallieren oder zu deaktivieren. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen gesperrt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Erweiterungen gesperrt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. + Hardware Acceleration + If this policy is disabled, hardware acceleration and cannot be enabled. + +If this policy is enabled or not configured, hardware acceleration is enabled. Zugangsdaten und Passwörter für Webseiten speichen Wenn Sie die Richtlinieneinstellung aktivieren oder nicht konfigurieren, fordert Firefox zum speichern von Logindaten und Passwörtern auf. @@ -192,6 +221,7 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird Wenn Sie die Richtlinieneinstellungen nicht konfigurieren oder aktivieren, können Add-ons installiert werden. Wenn Sie die Richtlinieneinstellung aktivieren, sind Cookies immer für die angegebenen URLs erlaubt. Wenn eine Top-Level-Domain angegeben ist (http://example.org), sind Cookies auch für alle Sub-Domains zulässig. + Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Standard Cookie Richtlinie verwendet. Wenn Sie die Richtlinieneinstellung aktivieren, sind Cookies für die angegebenen URLs gesperrt. Wenn eine Top-Level-Domain angegeben ist (http://example.org), werden Cookies von allen Sub-Domains ebenfalls blockiert. @@ -215,6 +245,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. @@ -234,11 +320,15 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn Willkommen Seite ändern Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine URL angeben, die als Willkommensseite beim ersten Start von Firefox verwendet werden soll. Wenn Sie die URL leer lassen, wird keine Willkommensseite angezeigt. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Standard Willkommensseite angezeigt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird die Standard Willkommensseite angezeigt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Upgrade Seite ändern Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine URL angeben, die nach der Aktualisierung von Firefox angezeigt wird. Wenn Sie die URL leer lassen, wird keine Upgrade-Seite angezeigt. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren wird eine Upgrade Seite angezeigt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren wird eine Upgrade Seite angezeigt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Die Chronik löschen, wenn Firefox geschlossen wird Wenn Sie die Richtlinieneinstellung aktivieren, werden alle Daten der Chronik gelöscht, wenn Firefox geschlossen wird. Dies beinhaltet Browsing & Download Verlauf, Cookies, Aktive Logins, Cache, Form & Suchverlauf, Website-Einstellungen und Offline-Website-Daten. @@ -246,11 +336,15 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird Gesperrte Webseites Wenn Sie die Richtlinieneinstellung aktivieren, können Sie die Übereinstimmungsmuster für zu blockierende Webseiten angeben. Die Übereinstimmungsmuster sind unter https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns dokumentiert. Derzeit werden nur http / https-Zugriffe unterstützt. Es gibt eine Beschränkung von 1000 Einträgen. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Webseiten gesperrt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, werden keine Webseiten gesperrt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Ausnahmen zu gesperrten Webseiten Wenn Sie die Richtlinieneinstellung aktivieren und der Webseiten-Filter aktiviert ist, können Sie Übereinstimmungsmuster für Webseiten angeben, die nicht blockiert werden sollen. Die Übereinstimmungsmuster sind unter https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Match_patterns dokumentiert. Derzeit werden nur http / https-Zugriffe unterstützt. Es gibt eine Beschränkung von 1000 Einträgen. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, gibt es keine Ausnahmen für den Webseiten-Filter. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, gibt es keine Ausnahmen für den Webseiten-Filter. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Lesezeichen 1 Lesezeichen 2 Lesezeichen 3 @@ -270,11 +364,15 @@ Hinweis: Diese Richtlinie ist nur wirksam, wenn Sie vor der ersten Ausführung v Startseite Wenn Sie die Richtlinieneinstellung aktivieren, können Sie eine Startseite festlegen. Sie können die Startseite auch sperren. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, können Benutzer eine Startseite festlegen. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, können Benutzer eine Startseite festlegen. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Zusätzliche Startseiten Wenn Sie die Richtlinieneinstellung aktivieren, können Sie zusätzliche Startseiten festlegen. Diese werden in mehreren Registerkarten geöffnet. -Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird nur eine Startseite angezeigt. +Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird nur eine Startseite angezeigt. + +Starting with Firefox 62, this policy will only work from Computer Configuration. Proxy Einstellungen Wenn Sie die Richtlinieneinstellung aktivieren, können Sie die Netzwerkeinstellungen ändern und sperren. @@ -323,11 +421,24 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, wird Wenn Sie die Richtlinieneinstellung aktivieren, können Benutzer keine Suchmaschinen hinzufügen. Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, können Suchmaschinen hinzugefügt werden. + Remove Search Engines + If this policy is enabled, you can specify the names of engines to be removed or hidden. + +If this policy is disabled or not configured, search engines will not be removed or hidden. + + + + + + + Always allow NTLM on non FQDNs + Always allow SPNEGO on non FQDNs + @@ -407,6 +518,9 @@ Wenn Sie die Richtlinieneinstellung deaktivieren oder nicht konfigurieren, könn