Privacy/Features/DNT signal/TestPlan: Difference between revisions
< Privacy | Features | DNT signal
Jump to navigation
Jump to search
Ioana.budnar (talk | contribs) |
Ioana.budnar (talk | contribs) |
||
| Line 26: | Line 26: | ||
*[https://wiki.mozilla.org/Privacy/Features/DNT_signal Feature wiki page] | *[https://wiki.mozilla.org/Privacy/Features/DNT_signal Feature wiki page] | ||
== Use Cases | == Use Cases == | ||
;Basic Functional Testing | ;Basic Functional Testing | ||
Revision as of 12:57, 9 November 2011
DNT Signal
| Feature | Status | Dev Lead | QA Lead | Status |
| Make DNT signal accessible from the navigator global object | Landed in Firefox 9 | Justin Lebar | Ioana Budnar | In progress |
Summary
- Web sites should be able to check if "do-not-track" (DNT) is turned on without needing access to the HTTP stream.
- A navigator.doNotTrack object in the JS global namespace could signal that DNT is enabled, and its value would match what is sent in the HTTP header.
- This feature is targeted for Firefox 9.0.
Reference
Use Cases
- Basic Functional Testing
- A site may embed third-party content, and not trusting the third parties to honor DNT force them to honor it by suppressing the content when DNT is enabled.
- Edge Cases
Test Cases
- Test cases for this feature can be viewed here. Both new test cases and tests cases already in Litmus are included.
Important Bugs
- 629535 - add do-not-track signal to navigator global object
Not Tested
Sign off Criteria
- All test cases were run on the Firefox version the feature is targeted for (Firefox 9.0).
- All the major bugs have been fixed.