Unable to unsubscribe from mcdonalds.com with ETP - Strict
Categories
(Web Compatibility :: Privacy: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: oanaarbuzov, Unassigned)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
194.27 KB,
image/png
|
Details |
Environment:
Browser / Version: Firefox Focus 8.12.0 (🦎 85.0-20210118153634), Firefox Nightly 210226 (🦎 88.0a1-20210225215504)
Operating System: Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)
Steps to reproduce:
- Navigate to https://www.mcdonalds.com/us/en-us/subscription.html?op=unsubscribe
- Type in the email address.
- Tap "Confirm to Unsubscribe" button.
- Observe behavior.
Expected Behavior:
Unsubscribed is performed.
Actual Behavior:
A loading spinner is displayed indefinitely and unsubscribed is not performed.
Note
1. The issue is not reproducible with ETP Standard.
2. Screenshot attached.
Updated•4 years ago
|
Comment 1•4 years ago
|
||
This is because we're blocking the request when the user clicks https://p1mcds-rt-gw.epsilon.com/global/prefctroptoutsubscription
.
It's POSTed-to using an XMLHttpRequest from a click event handler, so we're more or less stuck here. We'd have to allow those requests on a site-by-site basis, since there is no other obvious request being made for scripts/etc from that server before the user clicks on the button.
Comment 2•4 years ago
|
||
:twisniewski, I don't think you meant to block that bug.
Comment 3•4 years ago
|
||
You're right, that was a copy-paste error.
(In reply to Oana Arbuzov [:oanaarbuzov] from comment #0)
Created attachment 9205642 [details]
StandardVsStrict.pngEnvironment:
Browser / Version: Firefox Focus 8.12.0 (🦎 85.0-20210118153634), Firefox Nightly 210226 (🦎 88.0a1-20210225215504)
Operating System: Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)Steps to reproduce:
- Navigate to Mcdonalds menu with prices https://www.mcdonalds.com/us/en-us/subscription.html?op=unsubscribe
- Type in the email address.
- Tap "Confirm to Unsubscribe" button.
- Observe behavior.
Expected Behavior:
Unsubscribed is performed.Actual Behavior:
A loading spinner is displayed indefinitely and unsubscribed is not performed.Note
1. The issue is not reproducible with ETP Standard.
2. Screenshot attached.
I also don't think you intended to block this bug.
Updated•3 years ago
|
Updated•3 years ago
|
Updated•5 months ago
|
Description
•