Allow https as trackback url origin
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user