Open
Bug 1621119
Opened 5 years ago
Updated 3 years ago
Add testcase to test the user interaction heuristic
Categories
(Core :: Privacy: Anti-Tracking, task, P3)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: dimi, Unassigned)
References
Details
We lack a testcase to test this scenario:
- Make sure “tracker.com” is not in “privacy.restrict3rdpartystorage.userInteractionRequiredForHosts” (e.g. leave the pref to its default value, an empty string).
- There is a first-party tracker.com & a third-party tracker.com
- Interact with the first-party tracker.com
- third-party tracker.com calls window.open
- Interact with the opened tracker window(in step3) to grant permission. Verify that the permission wasn't granted.
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•