On 9/17/2020 4:17 PM, Jim Albert wrote:
On 9/17/2020 3:27 PM, Jason Long wrote:
Hello,
When I added "Header set Content-Security-Policy "default-src
'self';"" to "httpd.conf" then my website style and some graphical
features are disable.
Why?
Thank you.
Use your browser's developer tools
On 9/17/2020 3:27 PM, Jason Long wrote:
Hello,
When I added "Header set Content-Security-Policy "default-src 'self';"" to
"httpd.conf" then my website style and some graphical features are disable.
Why?
Thank you.
Use your browser's developer tools (usually F12) to view your console
errors
How can I sure?
Syntax is : Header set Content-Security-Policy default-src 'self'
On Friday, September 18, 2020, 12:06:27 AM GMT+4:30, John
wrote:
Are you sure the header is coded properly?
I've never used it but here is an example:
Content-Security-Policy: default-src 'self'
N
Are you sure the header is coded properly?
I've never used it but here is an example:
Content-Security-Policy: default-src 'self'
Note there are no ' "" ' around the default-src.
My reference is:
https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP
Regards,
John
Hello,
When I added "Header set Content-Security-Policy "default-src 'self';"" to
"httpd.conf" then my website style and some graphical features are disable.
Why?
Thank you.
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apac