From cb5e99013ee4e064082e713a7c92cfe116464ee5 Mon Sep 17 00:00:00 2001 From: onli Date: Thu, 28 May 2020 14:33:47 +0200 Subject: [PATCH] Allow https as trackback url origin --- include/functions_trackbacks.inc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/functions_trackbacks.inc.php b/include/functions_trackbacks.inc.php index 824b5791..b806cb71 100644 --- a/include/functions_trackbacks.inc.php +++ b/include/functions_trackbacks.inc.php @@ -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];