We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Code works outside the iframe and is simply:
iframe
OAuth.initialize('<redacted>') OAuth.popup('facebook').done(function(result) { console.log(result) // do some stuff with result })
But I get this error when it's run inside an iframe:
VM2765 oauth.min.js:1 Unsafe JavaScript attempt to initiate navigation for frame with URL 'https://oauth.io/auth/box?k=XXX&d=filesystem%3A%2F%…2%3A%22qOaITfveDhlGJvQ3x0yqE6Fx0Y0%22%2C%22state_type%22%3A%22client%22%7D' from frame with URL 'filesystem:https://nickponline.mydomain.com/index.html'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Code works outside the
iframe
and is simply:But I get this error when it's run inside an
iframe
:VM2765 oauth.min.js:1 Unsafe JavaScript attempt to initiate navigation for frame with URL 'https://oauth.io/auth/box?k=XXX&d=filesystem%3A%2F%…2%3A%22qOaITfveDhlGJvQ3x0yqE6Fx0Y0%22%2C%22state_type%22%3A%22client%22%7D' from frame with URL 'filesystem:https://nickponline.mydomain.com/index.html'. The frame attempting navigation is neither same-origin with the target, nor is it the target's parent or opener.
The text was updated successfully, but these errors were encountered: