From e6a18992d64cb9200704270f37837006edfec909 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 18 Feb 2023 18:56:36 +0100 Subject: [PATCH] Added SSDP host:port for apps which use it --- little snitch/parts/spotify.lsrules | 14 ++++++++++++++ little snitch/parts/vivaldi.lsrules | 9 +++++++++ little snitch/ruleset.lsrules | 16 ++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 little snitch/parts/spotify.lsrules diff --git a/little snitch/parts/spotify.lsrules b/little snitch/parts/spotify.lsrules new file mode 100644 index 0000000..94ac25d --- /dev/null +++ b/little snitch/parts/spotify.lsrules @@ -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" + } + ] +} diff --git a/little snitch/parts/vivaldi.lsrules b/little snitch/parts/vivaldi.lsrules index b2b467c..43f577a 100644 --- a/little snitch/parts/vivaldi.lsrules +++ b/little snitch/parts/vivaldi.lsrules @@ -72,6 +72,15 @@ "process": "/Applications/Vivaldi.app/Contents/MacOS/Vivaldi", "protocol": "udp", "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" } ] } diff --git a/little snitch/ruleset.lsrules b/little snitch/ruleset.lsrules index 5bcb8da..3294bc8 100644 --- a/little snitch/ruleset.lsrules +++ b/little snitch/ruleset.lsrules @@ -189,6 +189,14 @@ "protocol": "tcp", "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", "notes": "Allow Vivaldi to gather information about certificates.", @@ -257,6 +265,14 @@ "protocol": "udp", "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", "notes": "Allow VS Code to access its documentation.",