-
Notifications
You must be signed in to change notification settings - Fork 2.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
Dailymotion doesn't load #1580
Comments
Reproduced on Windows 7 x64
|
Reproduced on macOS 10.12.6 x64
|
@srirambv @LaurenWags or @btlechowski (just one), does this still reproduce? |
Still reproducible. Reproduced on:
Beta channel
Dev channel
|
This issue is ongoing, just wanted to note that if you |
Just ran into this during webcompat checks, its problem is how we handle the request to sb.scorecardresearch.com/beacon.js. If we allow, it's fine. If I block it from devtools so that it's "properly" blocked, it's fine again. But the 307 to the empty data URL causes it to go into an infinite loop somehow (didn't dig that far down yet). Not sure if the 200 with empty response would be any better as it'd still think it managed to load it, realize it's bad for some reason, and retry. |
Wanted to flag this because it's still an easily reproducible issue on all Brave channels (Release channel at v0.64.77 at the time of writing this). Very high traffic/popular site and its worth moving this up in priority/getting eyes on it sooner rather than later. cc @rebron edit: also wanted to highlight this users findings when troubleshooting: |
Okay, this has required a bit of work to debug, but I believe it has to do with scorecardresearch.com. Technically the filter /beacon.js should be blocking this. But its not. If the domain scorecardresearch.com is blocked outright it let the site render correctly. |
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Fix page rendering on dailymotion.com, fixes brave/brave-browser#1580
Description
Dailymotion doesn't load
Steps to Reproduce
Actual result:
Expected result:
Should load the site correctly
Reproduces how often:
Easy
Brave version (chrome://version info)
Reproducible on current release:
Website problems only:
No change with shields down. Page still goes into infinite loop
Additional Information
Found while testing brave/brave-core#599
The text was updated successfully, but these errors were encountered: