London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?