Hi,
I'm getting CSP errors for using Stripe payment module in Prestashop.
browser console:
"Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”)."
How can I enable them?
I added to <IfModule mod_headers.c>
Header set Content-Security-Policy "script-src 'self';"
but its not working.
I'm getting CSP errors for using Stripe payment module in Prestashop.
browser console:
"Content Security Policy: The page’s settings blocked the loading of a resource at inline (“script-src”)."
How can I enable them?
I added to <IfModule mod_headers.c>
Header set Content-Security-Policy "script-src 'self';"
but its not working.