Is there any way in which I can, on OS X, effectively block against access (by browsers or potentially any process) to secure URLs by regex?
E.g. deny access to: https://example.com/foo/bar/.*
but at the same time allow access to all other non-matching URLs under https://example.com/
I'm not looking for a solution which involves browser extensions, but that would work automatically for any browser and any fresh (extensionless) browser profile.
Thanks.