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.
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>
Comment