Skip to content

Commit

Permalink
always allow local
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Sep 30, 2020
1 parent 5caf97f commit 6cdce43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Service/ConfigService.php
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,9 @@ public function configureRequest(NC19Request $request) {
$request->setVerifyPeer(false);
}

if ($this->getAppValue(ConfigService::CIRCLES_NON_SSL_LOCAL) === '1') {
// if ($this->getAppValue(ConfigService::CIRCLES_NON_SSL_LOCAL) === '1') {
$request->setLocalAddressAllowed(true);
}
// }
}

}
Expand Down

0 comments on commit 6cdce43

Please sign in to comment.