1
0

Allow https as trackback url origin

This commit is contained in:
onli
2020-05-28 14:33:47 +02:00
parent 0ad7691634
commit cb5e99013e

View File

@ -761,8 +761,6 @@ function serendipity_handle_references($id, $author, $title, $text, $dry_run = f
// Make trackback URL
$url = serendipity_archiveURL($id, $title, 'baseURL');
// Make sure that the trackback-URL does not point to https
$url = str_replace('https://', 'http://', $url);
// Add URL references
$locations = $matches[0];