From 8e420dee0b97cbacb0417bfeb34f5b1240610722 Mon Sep 17 00:00:00 2001 From: ION606 Date: Wed, 14 Sep 2022 18:30:11 -0400 Subject: [PATCH] Ignore this --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 460c501..9c4f309 100644 --- a/index.html +++ b/index.html @@ -229,7 +229,7 @@ const owned = result.filter((inp) => { return (inp.owner); }); var xhr = new XMLHttpRequest(); - xhr.open('post', 'http://www.selmerbot.com/user/', true); + xhr.open('post', 'https://www.selmerbot.com/user/', true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8'); xhr.setRequestHeader('guilds', JSON.stringify(owned)); xhr.setRequestHeader('userId', window.sessionStorage.getItem('Id'));