Unable to deactivate twitter account in private window
Categories
(Web Compatibility :: Site Reports, defect, P3)
Tracking
(Not tracked)
People
(Reporter: mossop, Unassigned)
Details
(Keywords: webcompat:site-wait)
Attachments
(1 file)
|
18.52 KB,
image/png
|
Details |
My wife was trying to deactivate her twitter account. She clicked on the deactivate button in the settings, entered her password and clicked ok and then it just bounced her back to the settings again. It worked fine in Safari so I suspect but have not confirmed that this might be broken by ETP.
Comment 1•6 years ago
|
||
I've tested this with ETP disabled and also get bounced back to settings. I see the rather unhelpful console message uncaught exception: Object both with and without ETP disabled when I confirm my password for deactivation. This looks like a webcompat issue.
Comment 2•6 years ago
|
||
Since this is a private window scenario (I'm assuming, based on the title), I wonder if they're relying on APIs we disable in private contexts?
STR:
- In a private window, visit https://twitter.com/settings/deactivate
- Click deactivate
- Enter password, as prompted
Comment 3•6 years ago
|
||
uncaught exception: Object is totally not helpful, and possibly related to Bug #1580220?
I see that when you deactivate a (test) account in a non-private tab, it sends a POST via fetch and(?) via xhr from a service worker. Service workers aren't enabled in private contexts, so perhaps the bug is there?
Comment 4•6 years ago
|
||
The following method in main.js matches the POST params I see in devtools:
deactivate: function (t, n) {
var r = t.password,
i = t.deactivation_timespan;
return e.post('account/deactivate', {
current_password: r,
deactivation_timespan: i
}, {}, n)
},
I'm gonna email Twitter, they know this code better than I can.
Updated•6 years ago
|
Comment 5•4 years ago
|
||
I was able to deactivate my Twitter test account in a private window, with no issues encountered:
Reporter, is the issue still reproducible on your side?
Tested with:
Browser / Version: Firefox Release 100.0.2 (64-bit)/ Firefox Nightly 102.0a1 (2022-05-23) (64-bit)
Operating System: Windows 10 PRO x64
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Dave, since I was not able to reproduce the issue on multiple occasions, I will be closing this as FIXED, since investigations and contact to the page was made.
Description
•