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? 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
@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:
Expected behavior Render AST should work in our demo.
Screenshots Screenshot taken with firefox
Tested on:
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?
The text was updated successfully, but these errors were encountered:
physikerwelt
No branches or pull requests
@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:
Expected behavior
Render AST should work in our demo.
Screenshots
Screenshot taken with firefox
Tested on:
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?
The text was updated successfully, but these errors were encountered: