• Robert Knight's avatar
    Handle port requests from guests with opaque origins · 905077aa
    Robert Knight authored
    When a guest frame with an opaque origin, such as file:// URL or a sandboxed
    iframe, sends a request for a port to the host frame, the `event.origin` value
    will be the string "null". This is not a legal value for the `targetOrigin`
    argument to `postMessage`, so we need to remap it to "*" (any origin).
    905077aa
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
test-util Loading commit data...
types Loading commit data...
.eslintrc Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...