java - How to add custom CSP Header in JBOSS using httpd.conf file -
i trying add response header content security policy in jboss environment using httpd.conf
file but, not able found changes in application. tried set header using following code:
header set content-security-policy "default-src 'self';" add_header content-security-policy "default-src 'self';";
Comments
Post a Comment