Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent (2024-08#1) Disconnect entity updates or removals, addsConsentManagers category #618

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 26 additions & 7 deletions disconnect-blacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -9701,13 +9701,6 @@
]
}
},
{
"UserCentrics": {
"https://www.usercentrics.com": [
"cookiebot.com"
]
}
},
{
"UTarget": {
"https://utarget.pro/": [
Expand Down Expand Up @@ -12836,6 +12829,14 @@
]
}
},
{
"UserCentrics": {
"https://www.usercentrics.com": [
"cookiebot.com",
"cookiebot.eu"
]
}
},
{
"User Local": {
"http://nakanohito.jp/": [
Expand Down Expand Up @@ -14515,6 +14516,24 @@
}
}
],
"ConsentManagers": [
{
"Sourcepoint": {
"https://www.sourcepoint.com/": [
"privacy-mgmt.com",
"summerhamster.com"
]
}
},
{
"UserCentrics": {
"https://www.usercentrics.com": [
"cookiebot.com",
"cookiebot.eu"
]
}
}
],
"Cryptomining": [
{
"a.js": {
Expand Down
3 changes: 2 additions & 1 deletion disconnect-entitylist.json
Original file line number Diff line number Diff line change
Expand Up @@ -13966,7 +13966,8 @@
"usercentrics.com"
],
"resources": [
"cookiebot.com"
"cookiebot.com",
"cookiebot.eu"
]
},
"User Local": {
Expand Down
Loading