Host CMS Slider script locally

Hi, sorry if this is the wrong category — I’ve only been using Finsweet for a few days. I’ve integrated the Finsweet CMS Slider into my Webflow site. For GDPR reasons, I’d like to load the script locally, and I managed to do that. However, the CMS Slider still automatically loads another script (cmscore) from the CDN.

Is there a way to host that script locally as well? Even when I host the cmscore script locally, it still loads cmscore from the CDN, which I’d like to avoid.

Thanks!

Hi @timo.wiesmann!

It’s easier if you use Attributes v2.

In v1, CMSCore is always imported from jsDelivr, no matter if the script is self-hosted.
In v2, everything can be self-hosted.

You can simply start with using the jsDelivr script source from our documentation and inspect the network requests using Chrome DevTools. You’ll see that Attributes dynamically downloads a few other JavaScript files.

Simply download all those files and self-host them all together under the same folder.