Jump to content
Search Community

besaroboy

Members
  • Posts

    1
  • Joined

  • Last visited

besaroboy's Achievements

0

Reputation

  1. Hi, I have a banner that has a requirement to be served via https. I am referencing all the scripts as https and the banner runs fine locally. However when the pub (Gear Junkie) loads it they are getting hits from http rather than https. I searched through all the scripts I am using and the only place I see a reference to http is in CSSplugin.js. for example (there is one other similar reference): z = function(t) { return X.createElementNS ? X.createElementNS("http://www.w3.org/1999/xhtml", t) : X.createElement(t) }, So I grabbed and reference a local copy and created an uni-minfied version of the script. The banner works fine. But when I change this reference (and the other) to https://www.w3.org/1999/xhtml and the banner stops working. Any ideas as to what I should do? Is there a better place to pull the CSSplugin.js rather than my modified "https://cdnjs.cloudflare.com/ajax/libs/gsap/1.17.0/plugins/CSSPlugin.min.js"? Thanks, -Marco
×
×
  • Create New...