How to disable notification on denied incoming connection?
How to disable notification on denied incoming connection?
Is there an easy way to to disable notification on denied incoming connections?
-
- Posts: 2
- Joined: Sat Aug 12, 2017 3:23 pm
Re: How to disable notification on denied incoming connection?
Same question... having them pop up when I'm watching something fullscreen is really annoying...
-
- Posts: 1
- Joined: Sat Sep 23, 2017 6:16 pm
Re: How to disable notification on denied incoming connection?
I'm at a hotel on their wifi and getting pounded with mDNSResponder pings and it's irritating as F*&%k to have that notification keep popping up every few seconds -- if I disable it in MacOS some of my browsing and email stops working
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
How do we silence the little snitch ??
-dvd
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
How do we silence the little snitch ??
-dvd
Re: How to disable notification on denied incoming connection?
Me too, here. This should be a feature request...
-
- Posts: 1
- Joined: Fri Jul 13, 2018 12:26 am
Re: How to disable notification on denied incoming connection?
Same here. Need an answer to this.
Re: How to disable notification on denied incoming connection?
Incoming UDP connections are denied, if no rule exists. Instead of suppressing the notification, just make a rule. If you make a deny rule, it's the same as just suppressing the notification. If you make an allow rule, automatic discovery of computers and other resources in the local network will work (for the price of weakened security).
Re: How to disable notification on denied incoming connection?
There's four areas in the notification settings that say little snitch. Not sure which one is which but I turned them all off.
- unchecked all the boxes
- changed alert style to 'none'
so far it's been working. hope this helps!

- unchecked all the boxes
- changed alert style to 'none'
so far it's been working. hope this helps!

Re: How to disable notification on denied incoming connection?
That's another possibility. If you just want to silence notifications for incoming connections, make a rule for them in Little Snitch. Without a rule, incoming connections are denied. So, if you make a deny-rule, the behavior is unchanged, but no notification will be shown.
Re: How to disable notification on denied incoming connection?
I don't understand why the company is so resistant to including the option to disable notifications that people have asked for. Honestly, what purpose do these notifications serve for most users? I can't think of a single one. The only time I want Little Snitch to talk to me at all is when a program wants to make a new outgoing connection. Otherwise, it should be coded to be 100% as unobtrusive as possible.
Re: How to disable notification on denied incoming connection?
There is an option: Make a rule which allows incoming connections. If you want to prevent alerts for outgoing connections, you make a rule which allows or denies the connection. Similarly, if you want to prevent notifications for incoming connections, make a rule and decide how to handle them.