Change all project related URLs to secure ones

This commit is contained in:
Fedor A. Fetisov 2018-02-02 19:45:01 +03:00
parent 712117dfc4
commit da03edb665
4 changed files with 6 additions and 6 deletions

View File

@ -3,18 +3,18 @@
"version": "3.1.0", "version": "3.1.0",
"description": "Mibew Messenger - open-source live support application", "description": "Mibew Messenger - open-source live support application",
"type": "project", "type": "project",
"homepage": "http://mibew.org", "homepage": "https://mibew.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"authors": [ "authors": [
{ {
"name": "Mibew Messenger Project", "name": "Mibew Messenger Project",
"homepage": "http://mibew.org/credits" "homepage": "https://mibew.org/credits"
} }
], ],
"support": { "support": {
"email": "support@mibew.org", "email": "support@mibew.org",
"issues": "https://github.com/mibew/mibew/issues", "issues": "https://github.com/mibew/mibew/issues",
"forum": "http://mibew.org/forums", "forum": "https://mibew.org/forums",
"source": "https://github.com/mibew/mibew" "source": "https://github.com/mibew/mibew"
}, },
"require": { "require": {

View File

@ -69,7 +69,7 @@ class Settings
$this->settings = array( $this->settings = array(
'dbversion' => 0, 'dbversion' => 0,
'title' => 'Your Company', 'title' => 'Your Company',
'hosturl' => 'http://mibew.org', 'hosturl' => 'https://mibew.org',
'logo' => '', 'logo' => '',
'usernamepattern' => '{name}', 'usernamepattern' => '{name}',
'chat_style' => 'default', 'chat_style' => 'default',

View File

@ -26,4 +26,4 @@
<div id="message-form-region"></div> <div id="message-form-region"></div>
{{! Footer links}} {{! Footer links}}
<div id="footer">{{l10n "Powered by:"}} <a id="poweredby-link" href="http://mibew.org" title="Mibew Messenger project" target="_blank">mibew.org</a></div> <div id="footer">{{l10n "Powered by:"}} <a id="poweredby-link" href="https://mibew.org" title="Mibew Messenger project" target="_blank">mibew.org</a></div>

View File

@ -78,7 +78,7 @@
</div> </div>
<div id="footer"> <div id="footer">
<p id="legal"><a href="http://mibew.org/" target="_blank" class="footer-link">Mibew Messenger</a> {{mibewVersion}} | (c) 2011-2018 mibew.org</p> <p id="legal"><a href="https://mibew.org/" target="_blank" class="footer-link">Mibew Messenger</a> {{mibewVersion}} | (c) 2011-2018 mibew.org</p>
</div> </div>
</body> </body>
</html> </html>