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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2022-05-05 15:22:50 +0300
committerGitHub <noreply@github.com>2022-05-05 15:22:50 +0300
commit3dc70150bed0fbb09ae7bc64c7283a4f12935c4a (patch)
tree95fba51bd9564d3b39bd884a708a3fc3e43f7a46 /lib/documentservice.php
parentea6ba9a811bbbbc92bc591674352a007decf547b (diff)
parent40bde6a6922d348df5bd64b43e45ac7ac4e4b11a (diff)
Merge pull request #623 from ONLYOFFICE/developv7.3.4
Release/7.3.4
Diffstat (limited to 'lib/documentservice.php')
-rw-r--r--lib/documentservice.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/documentservice.php b/lib/documentservice.php
index 85437e8..fe54c8f 100644
--- a/lib/documentservice.php
+++ b/lib/documentservice.php
@@ -364,6 +364,10 @@ class DocumentService {
$opts["timeout"] = 60;
}
+ $opts['nextcloud'] = [
+ 'allow_local_address' => true,
+ ];
+
if ($method === "post") {
$response = $client->post($url, $opts);
} else {