We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a836c8c + 111fa24 commit d91908bCopy full SHA for d91908b
apps/files_sharing/lib/External/Storage.php
@@ -238,6 +238,7 @@ protected function testRemote(): bool {
238
try {
239
return $this->testRemoteUrl($this->getRemote() . '/ocm-provider/index.php')
240
|| $this->testRemoteUrl($this->getRemote() . '/ocm-provider/')
241
+ || $this->testRemoteUrl($this->getRemote() . '/.well-known/ocm')
242
|| $this->testRemoteUrl($this->getRemote() . '/status.php');
243
} catch (\Exception $e) {
244
return false;
0 commit comments