- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 16 Jul 2013 23:14:19 +0000 (UTC)
- To: Tobie Langel <tobie.langel@gmail.com>
- Cc: whatwg <whatwg@lists.whatwg.org>, Michal Zalewski <lcamtuf@coredump.cx>, Adam Barth <w3c@adambarth.com>, Malte Ubl <malte.ubl@gmail.com>, Jonas Sicking <jonas@sicking.cc>
On Wed, 17 Jul 2013, Tobie Langel wrote: > On Wednesday, July 17, 2013 at 12:42 AM, Ian Hickson wrote: > > On Wed, 17 Jul 2013, Tobie Langel wrote: > > > On Tuesday, July 16, 2013 at 7:53 PM, Ian Hickson wrote: > > > > Can't you do window.isSameOrigin by just trying to access > > > > window.location.href and seeing if you get an exception? > > > > > > Unfortunately not, because of the previously mentioned WebKit bug > > > which logs an error message but doesn't throw (so there's no way of > > > knowing whether an exception was thrown or not). > > > > We can trivially change that, if that's the only problem. > > Fixing that bug would be a great step forward. Adam? -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 16 July 2013 23:14:43 UTC