11-12-2024 05:56 AM - edited 11-12-2024 05:57 AM
Need to whitelist / blacklist some URLs.. for all browsers.. toying with Parental Controls.. which now invokes ScreenTime... while it kinda works.. the user is presented with this dialog... and they can 'add' the site.. and even get a dialog that its now allowed.. but.. its not.. all rather clunky..
Any way to disable this dialog?
Any other suggestions for blocking / whitelisting.. trying to not add another product / cost / overhead
Posted on 11-12-2024 07:05 AM
if your users don't have admin rights, you can add the host entries(/etc/hosts) which will block the URL
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 https://google.com
127.0.0.1. https://m.google.com
Posted on 11-12-2024 07:33 AM
I was forced to use this a while back as the AV product we were using did not provide any URL filtering capabilities and honestly it was a nightmare. It was constantly flagging sites incorrectly. For example, I work for a research lab where they often search things like "breast" cancer. The presence of the word "breast" would always trigger a false alarm and I would then have to whitelist it.