Open
Description
Given a navigation to a javascript: URL that returns a string, what should the CSP of the result be, if anything? Per spec right now it has no CSP, but it would make a lot more sense to me to pick up the CSP of ... well, I'm not sure. The content is coming from some combination of the "source browsing context" and the "active document" at the point when we did the evaluation (script comes from source, evaluates against active document's global), the URL comes from the active document, the origin comes from the active document.