mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-04 16:04:25 +00:00
Allow Little Snitch's downloader to get rule groups from Github and Gitlab
This commit is contained in:
@@ -1,7 +1,23 @@
|
||||
{
|
||||
"description": "Michele Cereda's Little Snitch rules list.\nRules are ordered here as they appear in Little Snitch's console.",
|
||||
"description": "Michele Cereda's Little Snitch rules list.",
|
||||
"name": "Michele Cereda's Rules List",
|
||||
"rules": [
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Little Snitch to download rules groups.",
|
||||
"ports": "443",
|
||||
"process": "/Library/Application Support/Objective Development/Little Snitch/Components/at.obdev.littlesnitch.daemon.bundle/Contents/XPCServices/at.obdev.littlesnitch.urldownloader.xpc/Contents/MacOS/at.obdev.littlesnitch.urldownloader",
|
||||
"protocol": "tcp",
|
||||
"remote-hosts": "github.com"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Little Snitch to download rules groups.",
|
||||
"ports": "443",
|
||||
"process": "/Library/Application Support/Objective Development/Little Snitch/Components/at.obdev.littlesnitch.daemon.bundle/Contents/XPCServices/at.obdev.littlesnitch.urldownloader.xpc/Contents/MacOS/at.obdev.littlesnitch.urldownloader",
|
||||
"protocol": "tcp",
|
||||
"remote-hosts": "gitlab.com"
|
||||
},
|
||||
{
|
||||
"action": "allow",
|
||||
"notes": "Allow Little Snitch to download rules groups.",
|
||||
|
||||
Reference in New Issue
Block a user