Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-07-29 11:27:42 +0300
committerJoas Schilling <coding@schilljs.com>2020-07-29 11:27:42 +0300
commita7cf861387a8c12e0994cb7268434f313b40b02f (patch)
tree5101e4c104d937260adbbf6b76a3425826670dad /lib/Signaling
parent51dc317f43af93215ba8a626bf5fc3be4f9ce1d7 (diff)
Always allow local HPBs
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Signaling')
-rw-r--r--lib/Signaling/BackendNotifier.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Signaling/BackendNotifier.php b/lib/Signaling/BackendNotifier.php
index 718521821..0eee7badd 100644
--- a/lib/Signaling/BackendNotifier.php
+++ b/lib/Signaling/BackendNotifier.php
@@ -117,6 +117,9 @@ class BackendNotifier {
$params = [
'headers' => $headers,
'body' => $body,
+ 'nextcloud' => [
+ 'allow_local_address' => true,
+ ],
];
if (empty($signaling['verify'])) {
$params['verify'] = false;