Jump to content
Search Community

4di

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by 4di

  1. Hi - I'm able to use the bonus plugin trial URLs (for e.g. DrawSVG) just fine in a CodePen Pen but not in a CodePen Project. Projects are different from Pens

     

    Here is the CodePen project that is failing to load the trial URL: https://codepen.io/adiun/project/editor/XvLQEG

     

    I'm able to copy the DrawSVGPlugin.min.js into the project and import that to get around this problem, but ideally I'd like to use the trial URL (https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/DrawSVGPlugin.min.js). The CodePen Project I linked to in this topic is not able to load the trial URL because of this error: 

     

    Quote

    Mixed Content: The page at 'https://codepen.io/adiun/project/editor/XvLQEG#' was loaded over HTTPS, but requested an insecure resource 'http://greensock.com/requires-membership/?plugin=DrawSVGPlugin&source=codepen'. This request has been blocked; the content must be served over HTTPS.

     

    I'm trying to load it like this in index.html:

     

    <script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/DrawSVGPlugin.min.js"></script>

     

    Thanks in advance for any help!

    See the Pen XvLQEG by adiun (@adiun) on CodePen

×
×
  • Create New...