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

Security error attempting to access iframe contentDocument #19

Open
aboone opened this issue May 23, 2016 · 0 comments
Open

Security error attempting to access iframe contentDocument #19

aboone opened this issue May 23, 2016 · 0 comments

Comments

@aboone
Copy link
Member

aboone commented May 23, 2016

There appears to be an issue on this line:

if (this.contentDocument && this.contentDocument.location.href.indexOf("<?php echo Mage::getUrl('SheerID/verify/dismiss'); ?>") == 0) {

The iframe load event is firing when a SheerID URL is loaded, and will always throw a cross-origin security error when attempting to read the contentDocument. We should trap and ignore the exception since we only care if the URL matches a particular dismissal URL.

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

No branches or pull requests

1 participant