-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Failed to load resource: net::ERR_ACCESS_DENIED on CSS #9739
Comments
web.dev uses Lightrider, which runs on internal Google services. Is is possible that your site employs some "bot detection", and is blocking these requests? |
Would my robots.txt be the culprit then? Otherwise, I’m pretty sure I don’t
have anything like that.
…On Wed, Sep 25, 2019, 5:40 PM Connor Clark ***@***.***> wrote:
web.dev uses Lightrider, which runs on internal Google services. Is is
possible that your site employs some "bot detection", and is blocking these
requests?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9739?email_source=notifications&email_token=AFAIZBLLMKDIHTUECYGHP63QLPSE5A5CNFSM4I2RDGZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7TUU3Q#issuecomment-535251566>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFAIZBIFVGME3YID2H4URW3QLPSE5ANCNFSM4I2RDGZQ>
.
|
No, that wouldn't affect anything. I tried running against |
Interesting update: I was trying out adding a |
Never mind, I guess—it worked a few times, but now I’m back down to 92. What does appear to work, however, is adding a cachebuster to the URL in conjunction with the |
I am also having same issue when testing my website https://www.mustakbil.com on web.dev |
Experiencing the same issue on https://apps.rodel.co.za. When I visit the site, there are no errors.
|
This is resolved now 🎉 Read the summary post mortem in #9902 (comment) |
(I commented on Lighthouse issue #9038 with this issue as well, but it had already been closed. I believe this is the first time I’ve ever reported an issue with anything on Github, so if this isn’t the way it’s done, let me know and I’d be happy to fix it.)
Description
On web.dev/measure, using https://monicajean.photography as the URL, I receive a 92 instead of a 100 for best practices because of the following two browser errors which “were logged to the console”:
Failed to load resource: net::ERR_ACCESS_DENIED
Failed to load resource: net::ERR_ACCESS_DENIED
When I run Chrome’s built-in Lighthouse tests, I do not receive these errors, nor do I have any issues while navigating to the site itself, nor clicking straight through to the stylesheets. I wouldn’t expect to see them here either.
To Reproduce
Expected Behavior
The text was updated successfully, but these errors were encountered: