trunk-rs/trunk

Avoiding inline script tag in built index.html

Aperta

#288 aperta il 24 dic 2021

 (9 commenti) (4 reazioni) (0 assegnatari)Rust (315 fork)auto 404
enhancementhelp wanted

Metriche repository

Star
 (4347 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

It would be great if it was possible to avoid having the

import init from '/index-....js';init('/index-..._bg.wasm');

part of the html in a separate file and load it as a module, similar to React's INLINE_RUNTIME_CHUNK=false

This is so allowing script-src 'unsafe-inline' can be avoided when setting Content Security Policy headers.

Guida contributor