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.
1 parent 6e45b8c commit 4d18c8eCopy full SHA for 4d18c8e
lib/private/OCM/OCMDiscoveryService.php
@@ -47,7 +47,7 @@ public function __construct(
47
public function discover(string $remote, bool $skipCache = false): IOCMProvider {
48
$remote = rtrim($remote, '/');
49
if (!str_starts_with($remote, 'http')) {
50
- $remote = 'https://' . $remote;
+ $remote = 'http://' . $remote;
51
}
52
53
if (!$skipCache) {
0 commit comments