Unable to subscribe to mailing list on wasmweekly.news while Tracking Protection Basic is enabled
Categories
(Web Compatibility :: Privacy: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: oanaarbuzov, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: webcompat:tracker-blocking, Whiteboard: [webcompat][tp-ads][tp-yellowlist-active][tp-shim-content][tp-embedded-media])
User Story
list-manage.com
Attachments
(1 file)
67.92 KB,
image/png
|
Details |
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Migrating Webcompat whiteboard priorities to project flags. See bug 1547409.
Comment 4•6 years ago
|
||
See bug 1547409. Migrating whiteboard priority tags to program flags.
Updated•6 years ago
|
Comment 5•5 years ago
|
||
When I click the subscribe button, this appears in the console:
The resource at “https://beautify.us7.list-manage.com/subscribe/post-json?u=1…bf0236a0adb19995a2eb4_0d4b4bbe45=&subscribe=&_=1586307537393” was blocked because content blocking is enabled. subscribe
And of course, whitelisting https://beautify.us7.list-manage.com/subscribe/post-json
fixes it.
This is a MailChimp service, and the page loads the script //s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js
as part of the HTML, which is not being blocked. If we're worried about MailChimp tracking users, we should probably consider their AWS-served resources as well.
But one way or the other, based on their scripts, we could detect when mc-validate.js
is being loaded, and then run some code which will detect clicks on their subscribe buttons (<button type="submit" id="mc-embedded-subscribe">
, which will temporarily whitelist access to the post-json
landing during the clicks. Or we could feasibly shim that script entirely if we wish to block it by default in strict mode.
Updated•5 years ago
|
Reporter | ||
Comment 6•4 years ago
|
||
The issue no longer reproduces with ETP - Standard, I can subscribe to the newsletter.
https://prnt.sc/x7z7dj
Note: The issue still occurs with ETP - Strict enabled.
Tested with:
Browser / Version: Firefox Nightly 86.0a1 (2021-01-18)
Operating System: Windows 10 Pro
Updated•4 years ago
|
Updated•3 years ago
|
Updated•10 months ago
|
Updated•3 months ago
|
Comment 7•2 months ago
•
|
||
I can still reproduce the issue in Strict Mode using the latest Nightly 140.0a1 on Windows 11 x64.
Edited: This also repro with Standard mode in PBM.
Updated•2 months ago
|
Description
•