automatically reddirect to secure origin

This commit is contained in:
Pooya Parsa 2020-11-04 01:28:45 +01:00
parent 885f0aba66
commit fab1326cd8
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<meta charset="utf-8">
<link rel="prefetch" href="/nuxt.sw.js">
<script>
if (location.host !== 'localhost' && location.protocol === 'http:') {
return location.replace(location.href.replace('http://', 'https://'))
}
async function reload() {
const html = await fetch(window.location.href).then(r => r.text())
if (html.includes('<!-- SW_INIT-->')) {