From c4bd35e922f56490e9647ea35728da9b040d1388 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Fri, 6 Apr 2018 12:24:12 -0500 Subject: [PATCH 1/1] OverridePostUpdatePage policy --- README.md | 9 +++++++++ windows/en-US/firefox.adml | 8 ++++++-- windows/firefox.admx | 11 +++++++++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1650860..34da6c7 100644 --- a/README.md +++ b/README.md @@ -385,6 +385,15 @@ This policy allowed you to override the first run page. If you leave the URL bla } } ``` +### OverridePostUpdatePage +This policy allowed you to override the upgrade page page. If you leave the URL blank, the upgrade page will not be displayed. +``` +{ + "policies": { + "OverridePostUpdatePage": "http://example.org" + } +} +``` ### Bookmarks 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 diff --git a/windows/en-US/firefox.adml b/windows/en-US/firefox.adml index 32f1a4b..d3d981d 100644 --- a/windows/en-US/firefox.adml +++ b/windows/en-US/firefox.adml @@ -161,6 +161,10 @@ If this policy is disabled or not configured, the user can change their Flash pr If this policy is enabled, you can specify a URL to be used as the first run page. If you leave the URL blank, no first run page will be shown. If this policy is disabled or not configured the first run page is displayed. + Override the upgrade page + If this policy is enabled, you can specify a URL to be displayed after Firefox is updated. If you leave the URL blank, no upgrade page will be shown. + +If this policy is disabled or not configured the upgrade is displayed. Bookmark 1 Bookmark 2 Bookmark 3 @@ -211,8 +215,8 @@ If this policy is enabled, private browsing is enabled by default in both the br Don't allow tracking protection preferences to be changed. - - + + diff --git a/windows/firefox.admx b/windows/firefox.admx index 0524361..9271004 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -524,11 +524,18 @@ - + - + + + + + + + + -- 2.34.1