From 692f64d2c5447e5f4b070c895df25c48a8b566bf Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Sat, 15 Feb 2025 07:16:33 +1000 Subject: [PATCH] Update Config Added configuration for firefox (zen) --- varg-policy-firefox.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 varg-policy-firefox.json diff --git a/varg-policy-firefox.json b/varg-policy-firefox.json new file mode 100644 index 0000000..bb0b68d --- /dev/null +++ b/varg-policy-firefox.json @@ -0,0 +1,12 @@ +{ + "policies": { + "Extensions": { + "Install": [ + "https://addons.mozilla.org/firefox/downloads/file/4412673/ublock_origin-1.62.0.xpi", + "https://addons.mozilla.org/firefox/downloads/file/4410896/bitwarden_password_manager-2024.12.4.xpi", + "https://addons.mozilla.org/firefox/downloads/file/4432836/linkwarden-1.3.2.xpi" + ] + }, + "PasswordManagerEnabled": false + } +} \ No newline at end of file