From d37d9e8019c62cf84f2ff4293ab88d7043d89445 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 10 Feb 2024 12:34:52 +0200 Subject: [PATCH] firefox policies: add noscript --- etc/firefox/policies/policies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 3a30ab32..7a63f1b8 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -49,6 +49,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi", "installation_mode": "normal_installed" }, + "{73a6fe31-595d-460b-a920-fcc0f8843232}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/noscript/latest.xpi", + "installation_mode": "normal_installed" + }, "{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi", "installation_mode": "normal_installed"