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 Google calendar sync activation error (JavaScript). #195

Closed
alextselegidis opened this issue Aug 14, 2016 · 1 comment
Closed

Fix Google calendar sync activation error (JavaScript). #195

alextselegidis opened this issue Aug 14, 2016 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@alextselegidis
Copy link
Owner

In the latest releases of Chrome there is a new JS security restriction which does not allows a script to access the document object of another window if they are not using the same HTTP protocol (both must be https in this case).

This restriction produces an error whenever the admin activates the syncing from the backend leading to a dead end.

Error:

backend_calendar.js:730 Uncaught SecurityError: Blocked a frame with origin "http://xxxxxxxxxxx" from accessing a frame with origin "https://accounts.google.com".  The frame requesting access has a protocol of "http", the frame being accessed has a protocol of "https". Protocols must match.
@alextselegidis alextselegidis added the bug Something isn't working label Oct 20, 2016
@alextselegidis alextselegidis added this to the v1.4.0 milestone Jan 3, 2018
@alextselegidis alextselegidis self-assigned this Jan 28, 2018
@alextselegidis alextselegidis changed the title Google Calendar Sync Activation Error Fix Google calendar sync activation error (JavaScript). Apr 26, 2018
@alextselegidis alextselegidis modified the milestone: v1.4.0 Nov 3, 2018
@alextselegidis
Copy link
Owner Author

Checked again with the latest code base and this is not an issue any more.

  Alex Tselegidis, Easy!Appointments Creator
  Need a customization? Contact me in person!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant