From 6ed3b99fbbe350d484c187b5feb23537082fbfc2 Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Fri, 23 Mar 2018 14:13:33 -0500 Subject: [PATCH] Policy for BlockAboutProfiles. Fixes #31. --- README.md | 9 +++++++++ windows/firefox.admx | 10 ++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index a742542..ae374bb 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,15 @@ This policy removes access to about:config. } } ``` +### BlockAboutProfiles +This policy removes access to about:profiles. +``` +{ + "policies": { + "BlockAboutProfiles": true + } +} +``` ### BlockAboutSupport This policy removes access to about:support. ``` diff --git a/windows/firefox.admx b/windows/firefox.admx index 67f4d37..eb110e6 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -58,6 +58,16 @@ + + + + + + + + + + -- 2.34.1