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

The Same Origin Policy disallows reading the remote resource #157

Open
wlwatkins opened this issue Aug 4, 2021 · 1 comment
Open

The Same Origin Policy disallows reading the remote resource #157

wlwatkins opened this issue Aug 4, 2021 · 1 comment

Comments

@wlwatkins
Copy link

getting Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://127.0.0.1:1029/assets/dist/vendors/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.3. (Reason: CORS header 'Access-Control-Allow-Origin' missing)

from what I understand this comes from the server side i.e. lroca. any clues on how to prevent this?

I am also getting bad URI or cross-site access not allowed source: http://127.0.0.1:1029/assets/dist/vendors/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.3 but I am not sure whether this is related

@gizmo-ds
Copy link

gizmo-ds commented Nov 9, 2021

Maybe this will work. 🤔

lorca.New("", "", 480, 320, "--disable-web-security")

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