Skip to content

Commit

Permalink
HTTPS everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshmakov committed Nov 26, 2020
1 parent 6700331 commit b2fea46
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

Expand Down Expand Up @@ -192,7 +192,7 @@
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Simply access HSE Military Training Center schedule, prepare news for informing comrades and receive full pack of stickers with people you know well.
Stack of technologies used:

- Awesome [Telegraf](http://telegraf.js.org/) wrapper for [Telegram API](https://core.telegram.org/).
- Awesome [Telegraf](https://telegraf.js.org/) wrapper for [Telegram API](https://core.telegram.org/).
- [Heroku](https://heroku.com/) PaaS as hosting for app.
- [Firebase API](https://firebase.google.com/) as database for user preferences and in-app data validation.
- [exceljs](https://github.com/guyonroche/exceljs) for parsing and generating json-formatted schedule with metadata from \*.xlsx file.
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru" itemscope itemtype="http://schema.org/WebPage">
<html lang="ru" itemscope itemtype="https://schema.org/WebPage">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
Expand Down Expand Up @@ -31,7 +31,7 @@
<!-- Logo meta tags -->
<meta
property="og:image"
content="http://hse-military-bot.herokuapp.com/logo.png"
content="https://hse-military-bot.herokuapp.com/logo.png"
/>
<meta
property="og:image:secure_url"
Expand Down
12 changes: 6 additions & 6 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@

"icons": [
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-128.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-144.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-152.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-192.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-384.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "http://hse-military-bot.herokuapp.com/images/icon-512.png",
"src": "https://hse-military-bot.herokuapp.com/images/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit b2fea46

Please sign in to comment.