Thread Starter
NoahY
(@noahy)
Thank you, I’ll look into it… I did take some steps in the meantime, and now it has happened again. Pretty terrible.
Thread Starter
NoahY
(@noahy)
Sorry, also lib/forms/images_tag_template.php:
<?php if (preg_match('!^' . preg_quote('http://') . '!i', $img)) { // Remote image ?>
> <?php if (preg_match('/^https*:\/\//i', $img)) { // Remote image ?>