patch secure protocol redirect

This commit is contained in:
sorrelbri 2020-06-08 13:13:36 -07:00
parent 18027ec1ef
commit 72b93f8ff1

View file

@ -1,6 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<script>
if (window.location.protocol === 'http:') {
window.location.protocol === 'https:';
}
</script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />