summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-09-17 17:37:30 +0200
committerJ0WI <J0WI@users.noreply.github.com>2020-09-17 17:38:27 +0200
commit1639289b95325972f65e810000c791bb8f50220b (patch)
tree1dc59b5d884052528678875ab65e72d66b51bb03
parentec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff)
downloadnextcloud-server-1639289b95325972f65e810000c791bb8f50220b.tar.gz
nextcloud-server-1639289b95325972f65e810000c791bb8f50220b.zip
Update urls to stackoverflow.com to "HTTPS"
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
-rw-r--r--apps/dav/lib/Upload/AssemblyStream.php2
-rw-r--r--apps/workflowengine/lib/Check/RequestRemoteAddress.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/dav/lib/Upload/AssemblyStream.php b/apps/dav/lib/Upload/AssemblyStream.php
index ecd73cdf518..e42a1ceb9e5 100644
--- a/apps/dav/lib/Upload/AssemblyStream.php
+++ b/apps/dav/lib/Upload/AssemblyStream.php
@@ -73,7 +73,7 @@ class AssemblyStream implements \Icewind\Streams\File {
$this->loadContext('assembly');
$nodes = $this->nodes;
- // http://stackoverflow.com/a/10985500
+ // https://stackoverflow.com/a/10985500
@usort($nodes, function (IFile $a, IFile $b) {
return strnatcmp($a->getName(), $b->getName());
});
diff --git a/apps/workflowengine/lib/Check/RequestRemoteAddress.php b/apps/workflowengine/lib/Check/RequestRemoteAddress.php
index 00d3d9b2577..abc13bf9e38 100644
--- a/apps/workflowengine/lib/Check/RequestRemoteAddress.php
+++ b/apps/workflowengine/lib/Check/RequestRemoteAddress.php
@@ -95,7 +95,7 @@ class RequestRemoteAddress implements ICheck {
}
/**
- * Based on http://stackoverflow.com/a/594134
+ * Based on https://stackoverflow.com/a/594134
* @param string $ip
* @param string $rangeIp
* @param int $bits
@@ -109,7 +109,7 @@ class RequestRemoteAddress implements ICheck {
}
/**
- * Based on http://stackoverflow.com/a/7951507
+ * Based on https://stackoverflow.com/a/7951507
* @param string $ip
* @param string $rangeIp
* @param int $bits
@@ -128,7 +128,7 @@ class RequestRemoteAddress implements ICheck {
}
/**
- * Based on http://stackoverflow.com/a/7951507
+ * Based on https://stackoverflow.com/a/7951507
* @param string $packedIp
* @return string
*/