Https update

add-license-1
Guuq 5 years ago
parent 18eaf0f05e
commit a0d8ccadf6

@ -1,3 +1,2 @@
# Guusvanmeerveld.github.io
My first website
This website is being made by just me, because I really like building website and working with html and javascript. It's also a project for school so that is why I am really doing my best for this project.

@ -26,6 +26,6 @@ var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ic
$('head').append(shortcon)
// Https
// if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
// location.protocol = "https:"
// }
if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
location.protocol = "https:"
}