Announcement

Collapse
No announcement yet.

Relative path protocols

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Relative path protocols

    Does anyone know a clean method for getting SD to allow use of relative path protocols?

    I'd like to include external references as shown in the example below, but SD keeps appending the store name to path.

    Code:
    <script src="//example.com/script.js"></script>
    Dave

    #2
    See fix: here.
    Peblaco

    Comment


      #3
      Great stuff, thanks for pointing that out. I was aware of this from long ago and had it fixed in my mind that it would only work where JavaScript was writing out the request for the external script. I hadn't appreciated that it would work with standard HTML. Thanks again.
      Dave

      Comment

      Working...
      X