From 0a56b5fb56dce62dfbe2f27ee6ac11344a3d5baa Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 13 Feb 2025 17:38:42 +0200 Subject: [PATCH] {chromium,firefox}#PrivacyBadger: add Google Captcha That is the last opt-in I didn't have. Note: this is still unreleased --- etc/firefox/policies/policies.json | 8 ++++++++ etc/opt/chromium/policies/managed/aminda-extensions.json | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 60b52622..64f4c887 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -18,6 +18,14 @@ "domain": "accounts.google.com", "action": "allow" }, + { + "domain": "google.com", + "action": "block" + }, + { + "domain": "recaptcha.net", + "action": "block" + }, { "domain": "vimeo.com", "action": "block" diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 0697584d..9199d8a2 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -99,6 +99,14 @@ "domain": "accounts.google.com", "action": "allow" }, + { + "domain": "google.com", + "action": "block" + }, + { + "domain": "recaptcha.net", + "action": "block" + }, { "domain": "vimeo.com", "action": "block"