Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Force port for canonical URL (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Jun 1, 2022
1 parent f6ae6ed commit e53393d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/Factory/ViewFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ private static function getCanonicalUrl(Request $request): string

return $uri->withBasePath('')
->withHost('alltubedownload.net')
->withScheme('https');
->withScheme('https')
->withPort(443);
}

/**
Expand Down

0 comments on commit e53393d

Please sign in to comment.