WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
I set all site in config.php to https but on page with external http link I have the problem "not sure"; on the internal page all ok
<?php// replace www.domain.com with your domainname$old = 'src="http://www.domain.com';$new = 'src="https://www.domain.com';$wb_page_data = str_replace($old, $new, $wb_page_data);return true;?>