Merge pull request #22157 from owncloud/use-https-instead-of-http

Use HTTPS instead of HTTP
This commit is contained in:
Thomas Müller 2016-02-05 14:31:40 +01:00
commit 0196f0e546
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ if ($_['showShareIT']) {
</button>
</div>
<button class="social-diaspora pop-up"
data-url='http://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
data-url='https://sharetodiaspora.github.io/?title=<?php p($_['message_without_URL']); ?>&url=<?php p(urlencode($_['reference'])); ?>'>
Diaspora
</button>
<button class="social-twitter pop-up"