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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -