From 199482c0425553fee9f9d4da9dd24e4cdbaf6731 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 4 Apr 2014 20:42:06 +0200 Subject: [PATCH 1/3] Github pages now support https - so use it! --- README.md | 2 +- manifest.json | 4 ++-- manifest.webapp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07a7f95..7292740 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,6 @@ To use the web interface you first need to set a relay and a password: /set relay.network.password YOURPASSWORD Then you can point your browser to the -[Glowing Bear](http://cormier.github.io/glowing-bear) ! +[Glowing Bear](https://cormier.github.io/glowing-bear) ! Interested in contributing or simply want to talk about the project? Join us on **#glowing-bear** on **freenode**! diff --git a/manifest.json b/manifest.json index 3c46fc9..4d842b9 100644 --- a/manifest.json +++ b/manifest.json @@ -9,11 +9,11 @@ }, "app": { "urls": [ - "http://cormier.github.io/glowing-bear/" + "https://cormier.github.io/glowing-bear/" ], "launch": { "container": "panel", - "web_url": "http://cormier.github.io/glowing-bear/" + "web_url": "https://cormier.github.io/glowing-bear/" } }, "permissions": [ diff --git a/manifest.webapp b/manifest.webapp index 2b5e731..3037fc0 100644 --- a/manifest.webapp +++ b/manifest.webapp @@ -13,7 +13,7 @@ ], "developer": { "name": "Cormier", - "url": "http://cormier.github.io/glowing-bear/" + "url": "https://cormier.github.io/glowing-bear/" }, "default_locale": "en", "version": "2" From cd6ee96ae7f4d9180de3c6f70116a8db25c63498 Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 4 Apr 2014 20:43:13 +0200 Subject: [PATCH 2/3] Use https for dailymotion --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index c2c26cd..151528f 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -169,7 +169,7 @@ plugins.factory('userPlugins', function() { var match = message.match(rPath) || message.match(rAnchor) || message.match(rShorten); if (match) { var id = match[1]; - var embedurl = 'http://www.dailymotion.com/embed/video/' + id + '?html&controls=html&startscreen=html&info=0&logo=0&related=0'; + var embedurl = 'https://www.dailymotion.com/embed/video/' + id + '?html&controls=html&startscreen=html&info=0&logo=0&related=0'; return ''; } From d84b7e16f16a595cddcacb3e010f6fe719b0ffad Mon Sep 17 00:00:00 2001 From: Felix Eckhofer Date: Fri, 4 Apr 2014 20:44:16 +0200 Subject: [PATCH 3/3] Use https for travis build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7292740..9a4da16 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -A web client for WeeChat [![Build Status](http://travis-ci.org/cormier/glowing-bear.png)](http://travis-ci.org/cormier/glowing-bear) +A web client for WeeChat [![Build Status](https://api.travis-ci.org/cormier/glowing-bear.png)](https://travis-ci.org/cormier/glowing-bear) ======================== Required Weechat version: 0.4.2