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
Chromium console: Refused to load the script 'https://www.googletagmanager.com/gtag/js?id=G-707ZP35KCT' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' https://kiwiirc.com".
I think it is necessary to add https://www.googletagmanager.com to the Content-Security-Policy response header, directive script-src to the production nginx site config.
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Follow the https://www.yiiframework.com and open the web-console.
Chromium console:
Refused to load the script 'https://www.googletagmanager.com/gtag/js?id=G-707ZP35KCT' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-inline' https://kiwiirc.com".
I think it is necessary to add
https://www.googletagmanager.com
to theContent-Security-Policy
response header, directivescript-src
to the production nginx site config.The text was updated successfully, but these errors were encountered: