From 4205708a5678fb7785aee1d88093548e0b1e442d Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Sat, 15 Feb 2025 07:20:21 +1000 Subject: [PATCH] Update updated to reflect firefox configuration --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60f1bb9..2e5a5fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## Chromium Policy +## Chromium (and Firefox) Policy This is the chromium policy for my computers. @@ -7,5 +7,13 @@ Feel free to use it just run this on your pc or put it in the correct area. ``` sudo mkdir -p /etc/chromium/policies/managed && sudo chmod -w /etc/chromium/policies/managed && sudo wget https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy.json -O /etc/chromium/policies/managed/varg-policy.json ``` +For Zen +``` +sudo mkdir -p /etc/zen/policies && sudo chmod -w /etc/zen/policies && sudo wget https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy-firefox.json -O /etc/zen/policies/policies.json +``` +For Firefox +``` +sudo mkdir -p /etc/firefox/policies && sudo chmod -w /etc/firefox/policies && sudo wget https://git.tcmeta.net/kurtis/chromium-policy/raw/branch/main/varg-policy-firefox.json -O /etc/firefox/policies/policies.json +``` -You can [go here](chrome://policy) to see if its applied \ No newline at end of file +You can check if its applied here [chrome](chrome://policy) or [firefox](about:policies)to see if its applied. \ No newline at end of file