Open
Bug 1972018
Opened 3 months ago
Updated 3 months ago
Revert global intervention for Rebuy
Categories
(Core :: Privacy: Anti-Tracking, task)
Core
Privacy: Anti-Tracking
Tracking
()
NEW
People
(Reporter: decoder, Unassigned)
References
(Depends on 3 open bugs, Blocks 1 open bug)
Details
(Whiteboard: [etp-webcompat-pi:global])
We have added a global, permanent intervention in private browsing mode for
cdn.rebuyengine.com,rebuyengine.com,cached.rebuyengine.com
due to multiple sites becoming unusable in private browsing mode.
We should periodically revisit if this intervention is still required.
Reporter | ||
Comment 1•3 months ago
|
||
```
[
{
"bugId": "1972018",
"urlPattern": "*://cdn.rebuyengine.com/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
},
{
"bugId": "1972018",
"urlPattern": "*://rebuyengine.com/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
},
{
"bugId": "1972018",
"urlPattern": "*://cached.rebuyengine.com/*",
"classifierFeatures": [
"tracking-protection",
"emailtracking-protection"
],
"isPrivateBrowsingOnly": true,
"filterContentBlockingCategories": [
"standard"
]
}
]
```
You need to log in
before you can comment on or make changes to this bug.
Description
•