I added google analysis to our web page which is designed in WordPress and published on Azure web service. When google tag is added the following error occurs:
Refused to load the script 'https://www.googletagmanager.com/gtag/js?id=UA-197342200-2' because it violates the following Content Security Policy directive: "script-src 'self' 'unsafe-eval' 'unsafe-inline' .msecnd.net .google.com *.gstatic.com". Note that 'script-src-elem' was not explicitly set, so 'script-src' is used as a fallback.
I was trying to find .htaccess file in wp-admin directory on Kudo but it does not exist. I would like to know where can I find file which is responsible for CSP for WordPress hosted on Azure.