Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Access Denied Errors in IE 11 #43

Merged
merged 1 commit into from
Aug 24, 2015

Conversation

matthemsteger
Copy link
Contributor

Fix access denied errors in IE 11 when a cross origin frame tries to use
getOwnPropertyNames. Apparently IE has a bug where it uses the function
defined in the original window.

This is a similar fix as is in an ES6-Shim.

It seemed to address the issue for me. Am using knockout-es5 on Microsoft Office 365 where they create many cross origin iframes.

Fix access denied errors in IE 11 when a cross origin frame tries to use getOwnPropertyNames. Apparently IE has a bug where it uses the function defined in the original window.
archangel-irk added a commit that referenced this pull request Aug 24, 2015
Fix Access Denied Errors in IE 11
@archangel-irk archangel-irk merged commit b5b5608 into SteveSanderson:master Aug 24, 2015
@archangel-irk
Copy link
Collaborator

Thank you very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants