Loading index.php +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ header('X-Robots-Tag: noindex, nofollow'); decryptBtn.disabled = true; try { // We don't fetch secret from server every time. One time received can be tried multiple times. if (!result) { const response = await fetch(`/secret-api.php?id=${encodeURIComponent(id)}&retrieve`, { method: 'POST', Loading Loading
index.php +1 −0 Original line number Diff line number Diff line Loading @@ -257,6 +257,7 @@ header('X-Robots-Tag: noindex, nofollow'); decryptBtn.disabled = true; try { // We don't fetch secret from server every time. One time received can be tried multiple times. if (!result) { const response = await fetch(`/secret-api.php?id=${encodeURIComponent(id)}&retrieve`, { method: 'POST', Loading