diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-07-15 22:48:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-15 22:48:55 +0200 |
commit | 0db31746a8851954a58ee5c1d2e79ae9d3ba6810 (patch) | |
tree | f0c5e928f9e577eb98c33f07276dde924705d13b /_includes | |
parent | Update vendor.md - Add AVMG (#248) (diff) | |
download | hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.gz hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.bz2 hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.lz hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.xz hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.zst hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.zip |
Diffstat (limited to '')
-rw-r--r-- | _includes/cig_password.html | 2 |
1 files changed, 1 insertions, 1 deletions
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!" |