From e53393d670c088271fe165daaeb0cc72886c2eab Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 1 Jun 2022 21:57:46 +0200 Subject: [PATCH] Force port for canonical URL (#410) --- classes/Factory/ViewFactory.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/classes/Factory/ViewFactory.php b/classes/Factory/ViewFactory.php index 6343499..c360672 100644 --- a/classes/Factory/ViewFactory.php +++ b/classes/Factory/ViewFactory.php @@ -34,7 +34,8 @@ class ViewFactory return $uri->withBasePath('') ->withHost('alltubedownload.net') - ->withScheme('https'); + ->withScheme('https') + ->withPort(443); } /**