Force port for canonical URL (#410)

This commit is contained in:
Pierre Rudloff 2022-06-01 21:57:46 +02:00
parent f6ae6eded3
commit e53393d670
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ class ViewFactory
return $uri->withBasePath('')
->withHost('alltubedownload.net')
->withScheme('https');
->withScheme('https')
->withPort(443);
}
/**