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

Network error (failed)net::ERR_BLOCKED_BY_ORB #437

Open
varndellwagglebee opened this issue Oct 11, 2024 · 1 comment
Open

Network error (failed)net::ERR_BLOCKED_BY_ORB #437

varndellwagglebee opened this issue Oct 11, 2024 · 1 comment

Comments

@varndellwagglebee
Copy link

varndellwagglebee commented Oct 11, 2024

Getting the following network error on windows chrome

(failed)net::ERR_BLOCKED_BY_ORB

@kleisauke
Copy link
Member

The ERR_BLOCKED_BY_ORB error in Chrome refers to Opaque Response Blocking meant to prevent XSS attacks:
https://chromestatus.com/feature/5166834424217600

This may occur if an error happens, such as when requesting a non-existent image:

<img src="https://wsrv.nl/?url=example.org/noimage.jpg">

Are you able to provide a sample URL that allows someone else to reproduce?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants