2024-09-26, 05:41 PM
Your CSP is way off.
Our Apache docs don't have any CSP documentation, but out Nginx documentation does.
You should be able to use our Nginx CSP config directly paste it into your Apache CSP config.
Code:
"default-src https: 'unsafe-eval' 'unsafe-inline'; img-src https: 'unsafe-eval' 'unsafe-inline' 'self' data:; object-src 'none'; frame-ancestors 'self'; connect-src 'self' wss:"
Our Apache docs don't have any CSP documentation, but out Nginx documentation does.
Code:
"default-src https: data: blob: ; img-src 'self' https://* ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";
You should be able to use our Nginx CSP config directly paste it into your Apache CSP config.