]> git.p6c8.net - policy-templates.git/commitdiff
feat: add some more details to the readme
authorBrian Smith <brian@smith.berlin>
Thu, 18 Dec 2025 10:01:30 +0000 (11:01 +0100)
committerBrian Smith <brian@smith.berlin>
Thu, 18 Dec 2025 10:01:30 +0000 (11:01 +0100)
README.md

index 2bb261e55fe924e62a4d090afd7f47267f245fb8..a1e3224085311ba17059834a32ed5da56547d37f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
-**These policies are in active development and so might contain changes that do not work with current versions of Firefox.**
+# Policy templates for Firefox
 
-**You should use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.**
+> [!NOTE]
+> These policies are in active development and may contain changes that do not work with current versions of Firefox.
+>
+> Use the [officially released versions](https://github.com/mozilla/policy-templates/releases) if you are deploying changes.
 
-Official policy documentation has been moved to https://mozilla.github.io/policy-templates/.
\ No newline at end of file
+The [policy reference](https://mozilla.github.io/policy-templates/) contains documentation for each policy, its intended function, the settings you can adjust, examples of valid configurations, and any platform limitations that may apply.
+
+## About policies
+
+Firefox policies allow administrators to centrally manage browser behavior, enforce security requirements, configure features, or disable certain functionality.
+
+Policies are commonly used in managed environments such as businesses, schools, and public-sector organizations.
+They can be deployed using platform-specific mechanisms, including Group Policy on Windows, configuration profiles on macOS, and JSON configuration files on all platforms.
+
+This repository contains policy templates to support deploying and managing Firefox as an enterprise browser.

patrick-canterino.de