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

vue.js - Create hooks for automated testing -

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

serial port - hub4com OVERRUN Error -