From 156fef04c74455ffae26aadeb2bbb6774e96f970 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 29 Jan 2023 22:00:56 +0100 Subject: [PATCH] Allow Firefox to gather information about Let's Encrypt certificates --- rules.lsrules | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/rules.lsrules b/rules.lsrules index 0c3c5b4..f126c4e 100644 --- a/rules.lsrules +++ b/rules.lsrules @@ -79,12 +79,20 @@ }, { "action": "allow", - "notes": "Allow Firefox to check certificates.", + "notes": "Allow Firefox to gather information about certificates.", "ports": "80", "process": "/Applications/Firefox.app/Contents/MacOS/firefox", "protocol": "tcp", "remote-hosts": "ocsp.pki.goog" }, + { + "action": "allow", + "notes": "Allow Firefox to gather information about certificates.", + "ports": "80", + "process": "/Applications/Firefox.app/Contents/MacOS/firefox", + "protocol": "tcp", + "remote-domains": "o.lencr.org" + }, { "action": "deny", "notes": "Stop Firefox from connecting to Google's Interactive Media Ads SDK, which allows developers and publishers to show interactive and video ads on their websites and mobile apps.",