Closed
Bug 1418308
Opened 7 years ago
Closed 7 years ago
xmlHttpRequest 'mozAnon' parameter ignored
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nanete, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
Sending a basic XMLHttpRequest with the "mozAnon' property set to true ignores 'mozAnon' and still sends the cookies and authentication headers, as can be observed with a packet capture program such as Wireshark.
This property is listed on:
https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#Non-standard_properties
and worked flawlessly prior to Quantum.
Actual results:
The cookies and authentication headers were sent.
Expected results:
With 'mozAnon' set to true the cookies and authentication headers should not be sent.
It would appear the culprit is actually Greasemonkey. Apologies for the false, uninformed report.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•