• In lib/extentions/prettyPhoto/js/jquery.prettyPhoto.js

    On line 93

    Links which are hardcoded http in that bit of code should be made https.

    In particular, the https://platform.twitter.com/widgets.js link generates a browser security console error and the resource is blocked from loading when the main browsing context into which the business is opening is https.

    Recommend changing at least that one href to https://platform.twitter.com/widgets.js

    Better still, sweep the whole codebase for such instances of explicitly http loaded resources and fix wherever appropriate.

    Thanks

  • The topic ‘http js link can be https in prettyPhoto js component’ is closed to new replies.