mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-26 17:54:52 +02:00
https
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
if (loc.indexOf("file:///") !== -1) return;
|
if (loc.indexOf("file:///") !== -1) return;
|
||||||
if (loc.indexOf("localhost") !== -1) return;
|
if (loc.indexOf("localhost") !== -1) return;
|
||||||
// right, continue
|
// right, continue
|
||||||
var url = "http://pomax.nihongoresources.com/pages/bezierinfo/logger.php";
|
var url = "https://pomax.nihongoresources.com/pages/bezierinfo/logger.php";
|
||||||
var xhr = new XMLHttpRequest();
|
var xhr = new XMLHttpRequest();
|
||||||
xhr.open(
|
xhr.open(
|
||||||
"GET",
|
"GET",
|
||||||
|
Reference in New Issue
Block a user