limit characters further

This commit is contained in:
daniel-j
2020-03-04 15:21:14 +01:00
parent 9bde12b2be
commit 6ccd08579b

View File

@@ -14,7 +14,7 @@ const expireDelay = 30 // 30 seconds
const maxExpireDuration = 2 * 60 * 60 // 2 hours
const maxFileSize = 1024 * 1024 * 400 // 400 MB
const keyChars = "123456789ACEFGHKLMNPRSTUVXYZ"
const keyChars = "234689ACEFGHKLMNPRTXYZ"
const keyLength = 4
function randomKey () {