mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Added SSDP host:port for apps which use it
This commit is contained in:
14
little snitch/parts/spotify.lsrules
Normal file
14
little snitch/parts/spotify.lsrules
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"description": "",
|
||||||
|
"name": "Spotify",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"notes": "Allow Spotify to advertise its capabilities on the local network.",
|
||||||
|
"ports": "1900",
|
||||||
|
"process": "/Users/mek/Applications/Spotify.app/Contents/MacOS/Spotify",
|
||||||
|
"protocol": "udp",
|
||||||
|
"remote-addresses": "239.255.255.250"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -72,6 +72,15 @@
|
|||||||
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
|
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
|
||||||
"protocol": "udp",
|
"protocol": "udp",
|
||||||
"remote": "any"
|
"remote": "any"
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"notes": "Allow Vivaldi to advertise its capabilities on the local network.",
|
||||||
|
"ports": "1900",
|
||||||
|
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
|
||||||
|
"protocol": "udp",
|
||||||
|
"remote-addresses": "239.255.255.250"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -189,6 +189,14 @@
|
|||||||
"protocol": "tcp",
|
"protocol": "tcp",
|
||||||
"remote": "any"
|
"remote": "any"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"notes": "Allow Spotify to advertise its capabilities on the local network.",
|
||||||
|
"ports": "1900",
|
||||||
|
"process": "/Users/mek/Applications/Spotify.app/Contents/MacOS/Spotify",
|
||||||
|
"protocol": "udp",
|
||||||
|
"remote-addresses": "239.255.255.250"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "allow",
|
"action": "allow",
|
||||||
"notes": "Allow Vivaldi to gather information about certificates.",
|
"notes": "Allow Vivaldi to gather information about certificates.",
|
||||||
@@ -257,6 +265,14 @@
|
|||||||
"protocol": "udp",
|
"protocol": "udp",
|
||||||
"remote": "any"
|
"remote": "any"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"action": "allow",
|
||||||
|
"notes": "Allow Vivaldi to advertise its capabilities on the local network.",
|
||||||
|
"ports": "1900",
|
||||||
|
"process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi",
|
||||||
|
"protocol": "udp",
|
||||||
|
"remote-addresses": "239.255.255.250"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"action": "allow",
|
"action": "allow",
|
||||||
"notes": "Allow VS Code to access its documentation.",
|
"notes": "Allow VS Code to access its documentation.",
|
||||||
|
|||||||
Reference in New Issue
Block a user