Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bedb80 commit 93d7d6cCopy full SHA for 93d7d6c
1 file changed
lib/core/common.py
@@ -1292,6 +1292,9 @@ def parseTargetUrl():
1292
else:
1293
conf.port = 80
1294
1295
+ if conf.forceSSL and conf.port == 80:
1296
+ conf.port = 443
1297
+
1298
if __urlSplit[3]:
1299
conf.parameters[PLACE.GET] = urldecode(__urlSplit[3]) if __urlSplit[3] and urlencode(DEFAULT_GET_POST_DELIMITER, None) not in __urlSplit[3] else __urlSplit[3]
1300
0 commit comments