Thanks for the response Clint. I'm trying to build a Windows App in Javascript for Windows 10 but I'm having trouble integrating Tealium into the project. It seems that the Windows app security model only allows local scripts in the project which prevents me from sourcing the scripts from a CDN. I have tried what you suggested and have overridden the script source to be retrieved locally which seems to work. However, I get script errors due to null references leading me to believe that the security policy is preventing the code from running.
The only tag I am running now is Google Analytics.
... View more