diff --git a/src/server/lib/files.ts b/src/server/lib/files.ts index e264495..d0be358 100644 --- a/src/server/lib/files.ts +++ b/src/server/lib/files.ts @@ -7,7 +7,7 @@ import { files } from "./accounts"; import * as Accounts from "./accounts"; -export let id_check_regex = /[A-Za-z0-9_\-\.\!\=\:]+/ +export let id_check_regex = /[A-Za-z0-9_\-\.\!\=\:\&\$\,\+\;\@\~\*\(\)\']+/ export let alphanum = Array.from("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890") // bad solution but whatever