Jump to content
Search Community

SeriuosBusiness

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by SeriuosBusiness

  1. Hey!

    I was wondering if there's any harm in having multiple CDN-links in a banner? I prefer fetching GSAP's library from mdn's CDN due to our client's specs but since it's hosted on Google's servers, it might get blocked by some privacy settings.
    So could I circumvent this by just having two CDN-links in my banners? The network impact should be pretty minimal so that at least shouldn't be a problem?


    Like so:
    <script src="https://s0.2mdn.net/ads/studio/cached_libs/gsap_3.5.1_min.js"></script>

    <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.6.0/gsap.min.js"></script>

    Thanks!

×
×
  • Create New...