got drag n drop to work with firefox -and- chrome and checking in before I manage to break it again

This commit is contained in:
Kyle Drake 2024-03-10 16:22:12 -05:00
parent a0707e9d54
commit a91041ae61
11 changed files with 148 additions and 171 deletions

View file

@ -84,7 +84,7 @@ class Site < Sequel::Model
SCREENSHOT_RESOLUTIONS = ['540x405', '210x158', '100x100', '50x50']
THUMBNAIL_RESOLUTIONS = ['210x158']
MAX_FILE_SIZE = 10**8 # 100 MB
MAX_FILE_SIZE = 10**8 # 100 MB, change dashboard.js dropzone file size limit if you change this
CLAMAV_THREAT_MATCHES = [
/^VBS/,