Block a user
File upload
Fixed in PR #186 (branch fix-171): image preview now uses FileReader data: URL instead of blob: (CSP img-src only allows self/data:). Title auto-fill rule unchanged. go build ./... and go test…
Revise notification pill (#168)
Revise notification pill (#168)
fix #171: CSP-compliant image preview (data: URL instead of blob:)
File upload
Fix revision (r2): PR #185 (branch fix-171-r2 into dev, commit bb7251b).
Root cause: PR #175 used URL.createObjectURL(file) (blob: URL) as the #file-preview img src, but CSP only allows img-src…
Revise notification pill (#168)
this notification pill should be clenaed up
when lots of text is pasted in with line wrapping enabled the side numbers for lines does not readjust properly.