Force port for canonical URL (#410)
This commit is contained in:
parent
f6ae6eded3
commit
e53393d670
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ class ViewFactory
|
|||
|
||||
return $uri->withBasePath('')
|
||||
->withHost('alltubedownload.net')
|
||||
->withScheme('https');
|
||||
->withScheme('https')
|
||||
->withPort(443);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue