I tried to unset these Headers in the apache.conf and restarted apache. But when I view the webpage it still appears on the Response Headers. (cleared the cache and deleted cookies) How do i remove them especially CSP?
Header unset X-Frame-Options
Header unset X-XSS-Protection
Header unset X-Content-Type-Options
Header unset X-Permitted-Cross-Domain-Policies
Header unset X-Content-Security-Policy
Header unset X-Webkit-CSP
Header unset Cache-Control
Header unset Pragma
Header unset Expires