You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hillbrad suggested adding a disown-window-owner flag of some sort to execute https://html.spec.whatwg.org/#disowned-its-opener automagically when opening auxiliary browsing contexts. That seems reasonable, but we'll need to bikeshed the name/syntax a bit:
We're not disowning the owner of this window, we're asking windows we create to disown their owners.
Should this be a valueless property, or should we bundle things like this and mixed content's strict mode somehow? e.g. default-src 'self'; clever-directive-name disown-window-owner strict-mixed-content-checking?