]> source.dussan.org Git - nextcloud-server.git/commit
Ignore port for trusted domains
authorLukas Reschke <lukas@owncloud.com>
Thu, 13 Nov 2014 10:15:47 +0000 (11:15 +0100)
committerLukas Reschke <lukas@owncloud.com>
Thu, 13 Nov 2014 10:15:47 +0000 (11:15 +0100)
commit786007c78cb8f585284a749df3164c1de6447d83
treee5e4b3456989d3d5c723df9d8d4460ba3690c0ec
parentf52662ab26664ac9bf29ac557089884913fa5cbf
Ignore port for trusted domains

This lead to a lot of confusion in the past and did not really offer any value. Let's remove the port check therefore. (it's anyways not really a part of the domain)

Fixes https://github.com/owncloud/core/issues/12150 and https://github.com/owncloud/core/issues/12123 and also a problem reported by @DeepDiver1975.
config/config.sample.php
lib/base.php
lib/private/request.php
tests/lib/request.php