diff options
author | Ernesto Castellotti <mail@ernestocastellotti.it> | 2023-03-10 00:03:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 00:03:53 +0100 |
commit | 4a0c38a197b58c7f349778636fa3ede4ca8c4497 (patch) | |
tree | 6c3ed946a30d7a00e7f7abd6fbec749d9d56f15d | |
parent | Nokia XS-010X-Q (#156) (diff) | |
download | hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar.gz hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar.bz2 hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar.lz hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar.xz hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.tar.zst hack-gpon.github.io-4a0c38a197b58c7f349778636fa3ede4ca8c4497.zip |
-rw-r--r-- | _includes/cig_password.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/cig_password.html b/_includes/cig_password.html index e3be28b..c49e834 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.ml/"); + var url = new URL("https://cigpassword.eu.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!" @@ -37,4 +37,4 @@ [...cigPassword.elements].map(e => e.parentNode).forEach(e => e.classList.toggle('was-validated', true)); }); </script> -</div>
\ No newline at end of file +</div> |