Hi, I've installed fresh WP through SSH running on AWS E2 with Apache, on a clean instance of Ubuntu. I'm having these console errors on the frontend:
however I've already added
<IfModule mod_headers.c> Header set Content-Security-Policy "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline';" </IfModule>
to my CSP header & it still does the same errors & page is in broken HTML & CSS
In the backend when going to media or theme customizer it shows:
Please guide me as I'm a complete noob to SSH & PHP, I haven't made any additional customizations. My wordpress address & site address points to the correct URL https://verifeye.online
What am I doing wrong, and how do I troubleshoot this to fix it?
Your updated CSP hasn’t been applied. [https://imgur.com/JAAsefn](https://imgur.com/JAAsefn)