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
That domain is a proxy to gstatic.com; it isn't meant for direct navigation. Instead, resources are requested from that endpoint. For instance, when you setup Brave on a new Windows machine, the browser calls out to https://static1.brave.com/…/plugins_win.json for the retrieval of security information regarding supported plugins. The URL varies by platform; here's the corresponding code in Chromium: plugins_resource_service.cc. I hope this helps!
Description
The domain https://static1.brave.com/ uses a Google 404 error page.
Steps to Reproduce
Actual result:
Google 404 error page is served from Fastly CDN IP address.
Expected result:
A Brave 404 error page is served on 404 errors.
Reproduces how often:
Always.
Brave version (brave://version info)
Newest release.
Brave | 1.18.78 Chromium: 87.0.4280.141 (Official Build) (64-bit)
Revision | 9f05d1d9ee7483a73e9fe91ddcb8274ebcec9d7f-refs/branch-heads/4280@{#2007}
Version/Channel Information:
Release.
Other Additional Information:
Miscellaneous Information:
# curl --head static1.brave.com HTTP/1.1 301 Moved Permanently Server: Varnish Retry-After: 0 Location: https://www.gstatic.com/ Content-Length: 0 Accept-Ranges: bytes Date: Sun, 17 Jan 2021 22:16:27 GMT Via: 1.1 varnish Connection: close X-Served-By: cache-sea4431-SEA X-Cache: HIT X-Cache-Hits: 0 X-Timer: S1610921787.192109,VS0,VE0
What's up with that?
The text was updated successfully, but these errors were encountered: