Bug 195748 - Global "this" and bareword getter calls on window
Summary: Global "this" and bareword getter calls on window
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-14 09:17 PDT by Anne van Kesteren
Modified: 2019-03-16 02:18 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anne van Kesteren 2019-03-14 09:17:32 PDT
It seems that in Safari all calls go through the WindowProxy, except when srcdoc is involved? Very curious.

See https://github.com/web-platform-tests/wpt/pull/15769 for tests.
Comment 1 Anne van Kesteren 2019-03-16 02:17:54 PDT
This might not be a problem after all. I was hitting non-standard XSS protection.