rfd icon indicating copy to clipboard operation
rfd copied to clipboard

Wasm inline style clashes with CSP headers

Open timvw01 opened this issue 1 year ago • 1 comments

When compiling to WASM and having CSP headers the file dialog doesn't work because it has inline CSS. A nice feature would be to opt out of the style. In that case users can just copy paste the CSS to their own file and avoid CSP errors. If agreed, i can make a PR.

timvw01 avatar Mar 15 '24 22:03 timvw01

Sure, but let's make it a runtime feature, the amount of compile time flags is getting annoying 😅

PolyMeilex avatar Mar 24 '24 08:03 PolyMeilex