Closed
Description
@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
?
Thread: http://lists.w3.org/Archives/Public/public-webappsec/2015Jan/0071.html