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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -