Enable X-XSS-Protection in an ASP.Net MVC Web app
Most of the browsers supports the X-XSS-Protection header to prevent XSS atatcks. How we can enable this header in a ASP.Net MVC application?
Do we need to enable it in the application or do we need to do some configuration… Continue reading Enable X-XSS-Protection in an ASP.Net MVC Web app