Greetings, I have published a draft of a Unity 3D WebGL game to itch.io but when I try to run it I get the error "Access to XMLHttpRequest at 'https://googleads.g.doubleclick.net/pagead/id' from origin 'https://www.youtube.com' has been blocked by CORS policy. It looks like it's trying to call into google ads (I did not add ad support so far as I know) and is blocked by CORS.
Further down it says "Uncaught ReferenceError: unityFramework is not defined at HTMLScriptElement.n.onload.
I assume there's some configuration change I need to make to get this work. Can someone point me in the right direction?
Thanks!