mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-24 20:34:25 +00:00
Allow OCSP website for Firefox
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user