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

Render AST: "SecurityError: Permission denied to access property ..." #42

Open
vstange opened this issue Jun 26, 2018 · 0 comments
Open
Assignees
Milestone

Comments

@vstange
Copy link
Member

vstange commented Jun 26, 2018

@physikerwelt reported a CORS issue in HyPlag (https://github.com/ag-gipp/hyplag-frontend/issues/36) which occurs whenever we try to render a single AST. This also occurs on our own demo at https://vmext-demo.wmflabs.org.

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://vmext-demo.wmflabs.org
  2. Click on "Render AST".
  3. View the browser console for error message.

Expected behavior
Render AST should work in our demo.

Screenshots
Screenshot taken with firefox
auswahl_008

Tested on:

  • Firefox Quantum 60.x
  • Chrome 60.x

Additional context
More detailed issue is a "Blocked a frame with origin from accessing a cross-origin frame"A gGood answer on SO was: https://stackoverflow.com/questions/25098021/securityerror-blocked-a-frame-with-origin-from-accessing-a-cross-origin-frame

We may need to change our setup a bit?

  • Deploy vmext on a static server, so we a have no cross-sciptings?
  • No redirect - instead masked pass-through? (Don't know how.)
@physikerwelt physikerwelt self-assigned this Aug 15, 2018
@physikerwelt physikerwelt added this to the v2.0.0 milestone Aug 15, 2018
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

2 participants