Removed auto https

add-license-1
Guus van Meerveld 5 years ago committed by GitHub
parent e60c5594b7
commit 9c4112d2a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,8 +24,3 @@ console.log('%cDoor Guus van Meerveld', "color:#9c9c9c; font-size:30px;");
var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'}) var shortcon = $("<link>", {rel :'shortcut icon',href:'/resources/img/favicon.ico'})
$('head').append(shortcon) $('head').append(shortcon)
// Https
// if (location.protocol == "http:" && location.port !== "3000" && location.host !== "guusvanmeerveld.online") {
// location.protocol = "https:"
// }