Skip to content

Commit 6cdce43

Browse files
committed
always allow local
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 5caf97f commit 6cdce43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Service/ConfigService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,9 +551,9 @@ public function configureRequest(NC19Request $request) {
551551
$request->setVerifyPeer(false);
552552
}
553553

554-
if ($this->getAppValue(ConfigService::CIRCLES_NON_SSL_LOCAL) === '1') {
554+
// if ($this->getAppValue(ConfigService::CIRCLES_NON_SSL_LOCAL) === '1') {
555555
$request->setLocalAddressAllowed(true);
556-
}
556+
// }
557557
}
558558

559559
}

0 commit comments

Comments
 (0)