Allow OCSP website for Firefox

This commit is contained in:
Michele Cereda
2023-01-29 17:11:26 +01:00
parent a4e42504ab
commit 982e3f9bb8

View File

@@ -1,5 +1,5 @@
{
"description": "Michele Cereda's Little Snitch rules list.\nRules are tentatively and progressively ordered by process, remote (from more to less specific, then alphabetically), protocol and, finally, port.",
"description": "Michele Cereda's Little Snitch rules list.\nRules are ordered here as they appear in Little Snitch's console.",
"name": "Michele Cereda's Rules List",
"rules": [
{
@@ -16,6 +16,14 @@
"process": "/Applications/Firefox.app/Contents/MacOS/firefox",
"remote-domains": "imasdk.googleapis.com"
},
{
"action": "allow",
"notes": "Allow Firefox to check certificates.",
"ports": "80",
"process": "/Applications/Firefox.app/Contents/MacOS/firefox",
"protocol": "tcp",
"remote-hosts": "ocsp.pki.goog"
},
{
"action": "deny",
"notes": "Stop Firefox from connecting to google-analytics.com.",