-
Notifications
You must be signed in to change notification settings - Fork 4
this_will_be_replaced_by_sandstorm needs to be replaced even when escaped in JS strings #15
Comments
+1 |
Eek, I just noticed that this error shows up in the default configuration. That is, if I create a new WordPress grain, click "Rebuild Public Site", and then visit the site, I see the following error in my browser console:
|
The reason we see the strange-looking host |
Is there any chance that we get this bug solved? As far as I can see it has impact on other issues and possible solutions there, see issue #22. Thanks a lot! Update: as far as I can see, my point is caused by this line in the mentioned recursive wget script. I guess the script should replace the url in any case no matter if it is a https or http link. |
This issue was moved to sandstormports/wordpress-sandstorm#11 |
http://ninjility.com/, which appears to be hosted on Sandstorm, has this blob at the top:
As you can see there is a case of this_will_be_replaced_by_sandstorm that failed to be replaced in there, because the '/'s are for some reason escaped (who knew '/' was a valid escape sequence in Javascript?).
This actually leads to an error reported on the JS console when loading the site.
The text was updated successfully, but these errors were encountered: