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
Specifically, my site sends out this CSP header: require-trusted-types-for 'script';
It prevents the Ecwid JavaScript from executing. Please update the JavaScript to allow for this. (Google Analytics and Universal Tracking have been revised to account for this header...it's gaining a lot of traction.) Many thanks!
The text was updated successfully, but these errors were encountered:
My site uses the Trusted Types Content Security Policy, as detailed here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/trusted-types
and:
https://web.dev/security-headers/#tt
Specifically, my site sends out this CSP header:
require-trusted-types-for 'script';
It prevents the Ecwid JavaScript from executing. Please update the JavaScript to allow for this. (Google Analytics and Universal Tracking have been revised to account for this header...it's gaining a lot of traction.) Many thanks!
The text was updated successfully, but these errors were encountered: