Re: [users@httpd] Headers blocking application content

2017-05-04 Thread Mike Rumph
Hello Saikiran, First of all, thanks for asking for help on this. Many other users may also be having difficulty with these issues. But one thing to keep in mind, "suggest a fix immediately" is not something that should be expected of a group of open source volunteers. The first thing that I

[users@httpd] Headers blocking application content

2017-05-04 Thread saikiran....@wipro.com
Hi, We are using below header to fix the vulnerabilities. Header set Content-Security-Policy "default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self';" But after that application content is getting blocked while accessing it through browser. We have given