From 0db31746a8851954a58ee5c1d2e79ae9d3ba6810 Mon Sep 17 00:00:00 2001 From: Ernesto Castellotti Date: Sat, 15 Jul 2023 22:48:55 +0200 Subject: Update cig password URL (#250) --- _includes/cig_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/cig_password.html b/_includes/cig_password.html index c49e834..5f19314 100644 --- a/_includes/cig_password.html +++ b/_includes/cig_password.html @@ -28,7 +28,7 @@ event.preventDefault(); } else { const data = new URLSearchParams(new FormData(cigPassword)); - var url = new URL("https://cigpassword.eu.org/"); + var url = new URL("https://cigpassword.hack-gpon.org/"); url.search = data.toString(); fetch(url, {mode: 'cors'}).then(response => response.json()).then(json => document.getElementById('result').value = json.password).catch((error) => { document.getElementById('result').value = "Error!" -- cgit v1.2.3