• Resolved B1gJ4k3

    (@b1gj4k3)


    Any chance we could change the script URL that gets called by this plugin to use a protocol relative URL versus a static one that causes insecure resource errors when used in a secure environment?

    <script type="text/javascript" src="//mysite.com/wp-content/plugins/what-would-seth-godin-do/jquery.cookie.js"></script>

    as opposed to

    <script type="text/javascript" src="https://mysite.com/wp-content/plugins/what-would-seth-godin-do/jquery.cookie.js"></script>

    which causes an error?

    I’m using this plugin site-wide and when in the secure checkout section of the site, this specific script, being called in the footer is causing certificate warnings.

    I’d very much appreciate this quick change. Thanks!

    https://www.ads-software.com/plugins/what-would-seth-godin-do/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Protocol relative URL (https vs http)’ is closed to new replies.