$root
WikiLinks:SnowedIn
One response to “WikiLinks:SnowedIn”
-
// Secure connection check
(function () {
if (window.location.protocol !== “https:”) {
console.error(“Not using HTTPS.”);
return;
}console.log(“HTTPS connection detected.”);
console.log(“Host:”, window.location.hostname);
console.log(“Protocol:”, window.location.protocol);if (window.isSecureContext) {
console.log(“Secure Context: YES”);
} else {
console.warn(“Secure Context: NO”);
}console.log(“User Agent:”, navigator.userAgent);
})();
Leave a Reply