November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I guess you could call the client resource service and extract the scripts:
var service = ServiceLocator.Current.GetInstance<IClientResourceService>(); var a = service.GetRequiredResources("Header"); var b = service.GetRequiredResources("Footer");
Hi,
When you enable tracking, Find injects three script tags at the bottom of the page. One of them contains inline script. Unfortunately out content security policy prevents inline scripts. Is there away to not inject this, so I can extract it to a separate file?