dont use cookies

This commit is contained in:
daniel-j
2024-10-20 21:26:19 +02:00
parent f1b37ea02d
commit 34e5854c43
3 changed files with 9 additions and 4 deletions

View File

@@ -39,6 +39,7 @@
Visit this on other devices to send ebooks to this ereader:<br/><a id="siteurl">https://send.djazz.se</a><br/>
<br/>
Created by djazz. Source code on <a href="https://github.com/daniel-j/send2ereader" target="_blank">Github</a><br/>
Last updated: 2024-10-20<br/>
</div>
</div>
@@ -81,7 +82,7 @@ function pollFile () {
if (data.file) {
downloads.style.display = 'block'
downloadlink.textContent = data.file.name
downloadlink.href = '/' + encodeURIComponent(data.file.name)
downloadlink.href = '/' + encodeURIComponent(data.file.name) + "?key=" + key
} else {
downloads.style.display = 'none'
}