fix #171: CSP-compliant image preview (data: URL instead of blob:) #186

Merged
fen merged 1 commits from fix-171 into dev 2026-09-10 16:42:15 +00:00
Collaborator

Replaces URL.createObjectURL blob: preview with FileReader data: URL in internal/web/static/new.js. img-src data: is CSP-allowed. go build/test pass.

Replaces URL.createObjectURL blob: preview with FileReader data: URL in internal/web/static/new.js. img-src data: is CSP-allowed. go build/test pass.
fen added 1 commit 2026-09-10 16:38:29 +00:00
fix #171: use FileReader data: URL for image preview (CSP blocks blob:)
CI / docker (pull_request) Skipped
CI / test (pull_request) Successful in 39s
f947415b23
fen merged commit 368620eb15 into dev 2026-09-10 16:42:15 +00:00
Sign in to join this conversation.