kodus/server-log

Add support for external JS (in HTML logs)

Opened this issue · 0 comments

Add support for external Javascript via <script> tags in <head> or <body>.

Consider practical and security implications: what would be the execution context/scope of external scripts? (documents get aggregated into shadow-roots, so there's no dedicated document-scope for external scripts...?)

Needs discussion/specification before implementation.