You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eruda will request a thirdparty website when initializing, which may cause console error due to use of same-origin Cross-Origin-Embeder-Policy, or due to lack of internet connection, e.g.
Eruda will request a thirdparty website when initializing, which may cause console error due to use of same-origin Cross-Origin-Embeder-Policy, or due to lack of internet connection, e.g.
It's annoyning to see error for every reload when debugging. A mitigation measure is to add attribute
loading="lazy"
for that<img>
.Also note that requesting a thirdparty website may voilate users' privacy without notice.
The text was updated successfully, but these errors were encountered: