Closed
Bug 1969919
Opened 6 months ago
Closed 1 month ago
Revert global intervention for LivePerson
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
RESOLVED
MOVED
People
(Reporter: decoder, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [etp-webcompat-pi:global])
We have added a global, permanent intervention in private browsing mode for
*.liveperson.com,*.liveperson.net,*.lpsnmedia.net
due to multiple sites becoming unusable in private browsing mode.
We should periodically revisit if this intervention is still required.
| Reporter | ||
Comment 1•6 months ago
|
||
```
[
{
"bugId": "1969919",
"urlPattern": "*://*.liveperson.com/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
},
{
"bugId": "1969919",
"urlPattern": "*://*.liveperson.net/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
},
{
"bugId": "1969919",
"urlPattern": "*://*.lpsnmedia.net/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
}
]
```
| Reporter | ||
Updated•6 months ago
|
Whiteboard: [etp-webcompat-pi:global]
| Reporter | ||
Updated•6 months ago
|
Comment 2•1 month ago
|
||
Tracking protection interventions are now tracked on https://etp-exceptions.mozilla.org.
This is a bulk change done in bug 1995755.
Status: NEW → RESOLVED
Closed: 1 month ago
Resolution: --- → MOVED
See Also: → https://etp-exceptions.mozilla.org/
You need to log in
before you can comment on or make changes to this bug.
Description
•