chat.whatsapp.com renders without styles (broken), if you have strict tracking protection enabled
Categories
(Core :: Privacy: Anti-Tracking, defect, P1)
Tracking
()
People
(Reporter: dholbert, Assigned: englehardt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
204.56 KB,
image/png
|
Details |
STR:
- Enable strict tracking protection.
- Visit https://chat.whatsapp.com/
ACTUAL RESULTS:
Page renders without styles, looking pretty broken.
EXPECTED RESULTS:
A working page.
Reporter | ||
Comment 1•5 years ago
|
||
The tracking-protection shield renders purple and says it blocked "Social Media Trackers" from static.xx.fbcdn.net. I'm guessing the stylesheet might be one of the blocked resources.
Comment 2•5 years ago
|
||
They're using Facebook's CDN to serve the CSS and JS on their page, so we will need to proxy or whitelist https://static.xx.fbcdn.net/rsrc.php/v3/
. Since WhatsApp is owned by Facebook, it seems reasonable to whitelist for user-initiated navigations to chat.whatsapp.com
.
Updated•5 years ago
|
Assignee | ||
Comment 3•5 years ago
|
||
We can fix this by adding whatsapp.com to the Facebook entity. I've filed https://github.com/disconnectme/disconnect-tracking-protection/issues/165 for that, and will update this thread if/when that happens.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
This was fixed by https://github.com/mozilla-services/shavar-prod-lists/pull/172
Description
•