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.",