From: Michael Kaply Date: Mon, 9 Apr 2018 15:34:35 +0000 (-0500) Subject: Merge pull request #57 from mozilla/PolicyUpdates X-Git-Tag: 0.9~11 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/028c7fe65fb2d555c4506372ce36cdabc1069538?hp=1ae2109093f95a973d04a52c06a58016026932db Merge pull request #57 from mozilla/PolicyUpdates Policy updates --- diff --git a/README.md b/README.md index 5c9515c..33d27f1 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,12 @@ This policy removes access to about:support. "BlockAboutSupport": true } ``` -### BlockSetDesktopBackground +### DisableSetDesktopBackground This policy removes the "Set As Desktop Background..." menuitem when right clicking on an image. ``` { "policies": { - "BlockAboutSupport": true + "DisableSetDesktopBackground": true } } ``` @@ -86,19 +86,19 @@ This policy controls various settings related to cookies. "Allow": ["http://example.org/"], /* Domains where cookies are always allowed */ "Block": ["http://example.edu/"], /* Domains where cookies are always blocked */ "Default": [true|false], /* This sets the default value for "Accept cookies from websites" */ - "AcceptThirdParty": ["all", "none", "from-visited"], /* This sets the default value for "Accept third-party cookies" */ + "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */ "ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */ "Locked": [true|false] /* If this is true, cookies preferences can't be changed */ } } } ``` -### CreateMasterPassword -This policy removes the master password functionality. +### DisableMasterPasswordCreation +This policy removes the master password functionality if set to true. ``` { "policies": { - "CreateMasterPassword": false + "DisableMasterPasswordCreation": [true|false] } } ``` @@ -231,12 +231,12 @@ This policy prevents the user from bypassign security in certain cases. } } ``` -### DisableSysAddonUpdate +### DisableSystemAddonUpdate This policy prevents system add-ons from being updated or installed. ``` { "policies": { - "DisableSysAddonUpdate": true + "DisableSystemAddonUpdate": true } } ``` @@ -314,12 +314,12 @@ Don't create the default bookmarks or the Smart Bookmarks (Most Visited, Recent } } ``` -### RememberPasswords -This policy sets the signon.rememberSignons preference. It can either be enabled or disabled. +### OfferToSaveLogins +This policy sets the signon.rememberSignons preference. It determines whether or not Firefox offers to save passwords. It can either be enabled or disabled. ``` { "policies": { - "RememberPasswords": true + "OfferToSaveLogins": true } } ``` @@ -351,12 +351,12 @@ This policy sets domains for which pop-up windows are allowed. It also set the d } } ``` -### InstallAddons +### InstallAddonsPermission This policy sets domains that can install extensions, as well as the default behavior. ``` { "policies": { - "InstallAddons": { + "InstallAddonsPermission": { "Allow": ["http://example.org/", "http://example.edu/"] "Default": [true|false], /* If this is set to false, add-ons cannot be installed by the user */ diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index f4abe85..eaa9e5c 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -32,14 +32,18 @@ Blocks access to the about:profiles page. Block About Support Blocks access to the about:support page. - Block Set Desktop Background - Prevents usage of the "Set Image as Desktop Background" feature. + Disable Set Desktop Background + If this policy is enabled, the user can not set an image as their desktop background. + +If this policy is disabled or not configured, users can set images as their desktop background. Import Enterprise Roots If this policy is enabled, Firefox will read certificates from the Windows certificate store. If this policy is disabled or not configured, Firefox will not read certificates from the Windows certificate store. - Create Master Password - If false, removes access to create a master password. + Disable Master Password Creation + If this policy is enabled, users cannot create a master password. + +If this policy is disabled or not configured, users can create a master password. Disable Update Prevent the browser from updating. Disable Builtin PDF Viewer @@ -78,8 +82,10 @@ If this policy is disabled or not configured, certificate errors can be overridd If this policy is enabled, a user can not bypass the warning and visit a harmful site. If this policy is disabled or not configured, a user can choose to visit a harmful site. - Disable System Addon Updates - Prevent the browser from installing and updating system addons. + Disable System Addon Updates + If this policy is enabled, new system add-ons will not be installed and existing system add-ons will not be updated. + +If this policy is disabled or not configured, system add-ons are installed and updated. Disable Telemetry If this policy is enabled, telemetry is not uploaded. @@ -106,8 +112,10 @@ If this policy is disabled or not configured, no extensions are uninstalled.If this policy is enabled, you can specify a list of extension IDs that the user will be unable to uninstall or disable. If this policy is disabled or not configured, no extensions are locked. - Remember Passwords - Enforces the setting to allow Firefox to remember saved logins and passwords. Both true and false values are accepted. + Offer to save logins + If this policy is enabled or not configured, Firefox will offer to save website logins and passwords. + +If this policy is disabled, firefox will not offer to save website logins and passwords. If this policy is enabled, pop-up windows are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), pop-up windows are allowed for all subdomains as well. If this policy is disabled or not configured, the default pop-up policy is followed. @@ -119,11 +127,11 @@ If this policy is not configured or enabled, popups are not allowed from website If this policy is enabled pop-up preferences cannot be changed by the user. If this policy is disabled or not configured, the user can change their pop-up preferences. - If this policy is enabled, add-ons are always allowed for the URLS indicated unless add-on install is disabled. If a top level domain is specified (http://example.org), add-ons are allowed for all subdomains as well. + If this policy is enabled, add-ons are always allowed for the URLS indicated unless add-on install is disabled. If a top level domain is specified (http://example.org), add-ons are allowed for all subdomains as well. If this policy is disabled or not configured, the default add-on policy is followed. - Allow add-on installs from websites - If this policy is disabled, add-ons cannot be installed. + Allow add-on installs from websites + If this policy is disabled, add-ons cannot be installed. If this policy is not configured or enabled, add-ons can be installed. If this policy is enabled, cookies are always allowed for the URLS indicated. If a top level domain is specified (http://example.org), cookies are allowed for all subdomains as well. diff --git a/windows/firefox.admx b/windows/firefox.admx index 8620630..08b2be4 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -108,7 +108,7 @@ - + @@ -159,12 +159,12 @@ - all + always - none + never @@ -195,7 +195,7 @@ - + @@ -355,7 +355,7 @@ - + @@ -456,7 +456,7 @@ - + @@ -493,14 +493,14 @@ - + - + - +