HTTPS server update

This commit is contained in:
YourFriendlyNeighborhoodDealer 2018-12-16 10:57:33 +01:00
parent c832b75e60
commit b40d6b61b9

View file

@ -23,7 +23,7 @@
var data; // all data, which is in the resource txt var data; // all data, which is in the resource txt
var addEventListener; // add event listener function var addEventListener; // add event listener function
var lastChangeLog = '- Kérdések adatstruktúra változtatás. Ha jól csináltam, akkor semmit se kellene észrevenni. \n Ha nem, akkor weboldalon lehet hibát jelezni!'; var lastChangeLog = '- Kérdések adatstruktúra változtatás. Ha jól csináltam, akkor semmit se kellene észrevenni. \n Ha nem, akkor weboldalon lehet hibát jelezni!';
var serverAdress = "http://questionmining.tk/"; var serverAdress = "https://questionmining.tk/";
// forcing pages for testing. unless you test, do not set these to true! // forcing pages for testing. unless you test, do not set these to true!
// only one of these should be true for testing // only one of these should be true for testing
@ -1960,8 +1960,6 @@ function NormalizeSpaces(input) {
} }
function SendXHRMessage(message) { function SendXHRMessage(message) {
console.log("HAAAAAAAAAAAAAAAAAAAAAAAAAAA");
var url = serverAdress + "isAdding"; var url = serverAdress + "isAdding";
GM_xmlhttpRequest({ GM_xmlhttpRequest({
method: "POST", method: "POST",