Hi everyone !
I'm trying to add a CSP to the server that runs my Grav website.
So I added this into the .htaccess :
Headers set Content-Security-Policy "default-src 'self' https://fonts.googleapis.com/*"
Of course, I got an internal server error (500).
Do you have any documentation on which domains to allow ?
Thanks a lot !
ps: I am quite new to the back-end development.
pps: You're doing an amazing job <3
Nico.