Firehose Security and Privacy
Everyone is going a little too far with security and privacy. Some idiot hacker sends out an email virus and lots of ignorant people click on it and then lots of people blame Microsoft. The bigger problem is that then Microsoft responds with more firehose security methods. (Ever try to send an email attachment in Outlook now?)
Regardless, now the anti-virus people are trying to make our lives yet even more painful. Now if you install Norton Anti-virus, by default its Firewall software makes any web site that uses the HTTP_REFERER blow up. Like it is such an invasion of my privacy to tell a site where I clicked on the link to get there from.
So we had to change the code on our site to:
AbsoluteUri = Request.Url.AbsoluteUri
instead of
Request.ServerVariables("HTTP_REFERER")
This clearly has to stop. The privacy police have gone too far. I am also worried about potential legislation in Congress (which I have personally lobbied against through ACT) on Privacy. Sharing my medical records and financial information is one thing, but quadruple opt-in is another. Give it a rest.
Page rendered at Wednesday, March 29, 2023 4:51:03 AM (Eastern Standard Time, UTC-05:00)
Disclaimer The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.