Allow Little Snitch's downloader to get rule groups from Github and Gitlab

This commit is contained in:
Michele Cereda
2023-01-29 19:03:48 +01:00
parent 9f8d1806cb
commit 271068c4c0

View File

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