]> git.p6c8.net - policy-templates.git/blobdiff - README.md
Implement DisableProfileRefresh policy
[policy-templates.git] / README.md
index 8dd5cbf27a79fbefcc834249d24f854484701158..b59275a7f4a7730ca1b2b38c07dafcadb5acbb0f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -200,6 +200,14 @@ This policy removes access to private browsing
     "DisablePrivateBrowsing": true
   }
 }
+### DisableProfileRefresh
+This policy disables the Refresh Firefox button on about:support and support.mozilla.org.
+```
+{
+  "policies": {
+    "DisableProfileRefresh": true
+  }
+}
 ```
 ### DisableSafeMode
 This policy disables safe mode on Windows only

patrick-canterino.de