Unable to sign up on makeitcount.com with ETP - Strict enabled
Categories
(Core :: Privacy: Anti-Tracking, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: oanaarbuzov, Assigned: twisniewski)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
Environment:
Browser / Version: Firefox Nightly 103.0a1 (🦎 102.0-20220614185842), Firefox Focus Release 101.2.0 (🦎 101.0.1-20220608170832), Firefox Focus Nightly 103.0a1 (🦎 103.0a1-20220619065701)
Operating System: Google Pixel 5 (Android 12) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density), Samsung Galaxy S8 (Android 9) - 1440 x 2960 pixels, 18.5:9 ratio (~570 ppi density)
Prerequisites:
ETP - Strict enabled (Firefox Nightly)
ETP - enabled (Firefox Focus)
Steps to reproduce:
- Navigate to https://www.makeitcount.com/app.html?root=signup&program=
- Fill in the form (fake data phone).
- Accept "Terms and Conditions" and captcha verification.
- Tap "Continue" button and observe the behavior.
Expected behavior:
Redirect to "Phone code" verification page is performed.
Actual behavior:
Redirect to "Phone code" verification page is not performed.
Notes:
- The issue is not reproducible on with ETP - Standard on Firefox Nightly and with ETP - Off on Firefox Focus.
- Screenshot attached.
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
When I click on continue I'm seeing several messages logged to the console, including one which implicates the SmartBlock Facebook SDK shim. Apparently there are a few methods on the window.FB.AppEvent
now which either overlooked before or may not have been there when the shim was written, including a logEvent
method, which this page assumes will be there. Adding it seems to fix this. I'll write a patch ASAP.
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
The candidate patch here landed as part of bug 1752990, and the page seems to work fine now for me in the latest nightly.
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Reporter | ||
Comment 4•2 years ago
|
||
I can confirm this is fixed, redirect to "Phone code" verification is done now with ETP - Strict.
https://prnt.sc/7_minRjUhgC6
Tested with:
Browser / Version: Firefox Nightly 104.0a1 (🦎 104.0a1-20220713093828)
Operating System: Google Pixel 5 (Android 12) - 1080 x 2340 pixels, 19.5:9 ratio (~432 ppi density)
Description
•