You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security is paramount on an ecommerce site, so this new theme must be built in such a way as to enable CSP headers.
To allow a strict policy for CSP headers to be set the theme must follows some rules like no javascript outside js files or css outside css files.
Hi,
Security is paramount on an ecommerce site, so this new theme must be built in such a way as to enable CSP headers.
To allow a strict policy for CSP headers to be set the theme must follows some rules like no javascript outside js files or css outside css files.
Currently the theme still contains inline style : https://github.com/search?q=repo%3APrestaShop%2Fhummingbird%20style%3D%22&type=code.
Inline style should be replaced by class.
The text was updated successfully, but these errors were encountered: