http protocol stripped from image source
-
If I exclude a page from the cdn, W3TC seems to strip out the “http:” from the image source URL of even hardcoded images. Example:
<img src="http://mydomain.com/image.png">becomes
<img src="//mydomain.com/image.png">
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘http protocol stripped from image source’ is closed to new replies.