From e91c454b2ba0ae26ad0fdfd499a2f0ba4d9bb64e Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 09:55:29 -0500 Subject: [PATCH] Update to popup blocking policy --- README.md | 12 +++++++----- windows/en-US/firefox.adml | 12 +++++++++++- windows/firefox.admx | 32 ++++++++++++++++++++++++++------ 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 34da6c7..4ca48a0 100644 --- a/README.md +++ b/README.md @@ -337,14 +337,16 @@ This policy sets the default homepage value. It can also be used to lock the hom } } ``` -### Popups -This policy sets domains for which popups are allowed +### PopupBlocking +This policy sets domains for which pop-up windows are allowed. It also set the default pop-up policy ``` { "policies": { - "Popups": { + "PopupBlocking": { "Allow": ["http://example.org/", - "http://example.edu/"] + "http://example.edu/"], + "Default": [true|false], /* If this is set to false, pop-up window are enabled by default. */ + "Locked": [true|false] } } } @@ -390,7 +392,7 @@ This policy allowed you to override the upgrade page page. If you leave the URL ``` { "policies": { - "OverridePostUpdatePage": "http://example.org" + "OverridePostUpdatePagep": "http://example.org" } } ``` diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index d3d981d..7e962f8 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -108,7 +108,17 @@ If this policy is disabled or not configured, no extensions are uninstalled. Remember Passwords Enforces the setting to allow Firefox to remember saved logins and passwords. Both true and false values are accepted. - URLs to allow popups. + 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. + Allow pop-ups from websites + If this policy is disabled, pop-up windows are allowed from websites by default. + +If this policy is not configured or enabled, popups are not allowed from websites. + Do not allow preferences to be changed + 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 disabled or not configured, the default add-on policy is followed. diff --git a/windows/firefox.admx b/windows/firefox.admx index 9271004..07862d3 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -19,13 +19,13 @@ - + - + @@ -466,22 +466,42 @@ - + - + + + + + + + + + + + + + + + + + + + + + - + - + -- 2.34.1