Unable to subscribe to mailing list on wasmweekly.news while ETP Strict is enabled
Categories
(Web Compatibility :: Privacy: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: rbucata, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: webcompat:tracker-blocking, Whiteboard: [privacy-team:diagnosed][exception-convenience])
User Story
trackers-blocked:beautify.us7.list-manage.com classifier-features:tracking-protection
Attachments
(1 file)
|
50.52 KB,
image/gif
|
Details |
Environment:
Operating system: Windows 10 Pro
Firefox version: :Firefox Nightly 86.0a1 (2021-01-15)
Preconditions:
ETP Strict enabled
Steps to reproduce:
- Navigate to https://wasmweekly.news/subscribe/
- Type in the email address.
- Click the “Subscribe” button and observe behavior.
Expected results:
Email subscription is performed and a notification message is displayed.
Actual results:
Email subscription is not performed and no result is returned.
Notes:
Not reproducible with ETP set to STANDARD.
Comment 1•5 years ago
|
||
We've blocked beautify.us7.list-manage.com in TP which causes this breakage. Actually, the email has been subscribed but it just won't show the result because the script is blocked.
| Reporter | ||
Comment 2•5 years ago
|
||
The issue is still reproducible.
Tested with:
Browser / Version:Firefox Nightly 87.0a1 (2021-02-18) (64-bit)
Operating System: Windows 10 PRO x64
Comment 3•4 years ago
|
||
We could possibly create a shim which listens for requests to https://beautify.us7.list-manage.com/subscribe/post-json and unblocks it, if the user is in the middle of submitting a form. The trick will be to detect whether the request is caused by a user-initiated form submission.
Updated•1 year ago
|
Updated•10 months ago
|
Comment 4•9 months ago
|
||
I've reproduced this issue using an affected Nightly build from 2020-04-29, with the STR from comment 0, on Windows 11. The issue is no longer reproducible on the latest Nightly 140.0a1 on Windows 11.
Updated•9 months ago
|
Updated•3 months ago
|
Comment 5•3 months ago
|
||
This message is auto-generated.
Enhanced Tracking Protection (ETP) exceptions have been deployed to address this issue.
We have deployed the following exceptions:
{
"bugIds": [
"1687468"
],
"urlPattern": "*://beautify.us7.list-manage.com/*",
"classifierFeatures": [
"tracking-protection"
],
"category": "convenience",
"topLevelUrlPattern": "*://wasmweekly.news/*",
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
],
"filter_expression": "env.version|versionCompare(\"142.0a1\") < 0"
}
{
"bugIds": [
"1687468"
],
"urlPattern": "*://beautify.us7.list-manage.com/*",
"classifierFeatures": [
"tracking-protection"
],
"category": "convenience",
"topLevelUrlPattern": "*://wasmweekly.news/*",
"filter_expression": "env.version|versionCompare(\"142.0a1\") >= 0"
}
Comment 6•3 months ago
|
||
This message is auto-generated.
Would you please verify if the issue is resolved by the ETP exceptions? You can verify by testing in private browsing mode or in ETP-strict with exceptions enabled. Please set bug status to VERIFIED or REOPENED depending on whether this problem is still reproducible. Really appreciate your help.
| Reporter | ||
Comment 7•3 months ago
|
||
I guess something has happened to the page, since I can now reproduce it in Chrome as well.
Description
•