EFForg / privacybadger

Privacy Badger is a browser extension that automatically learns to block invisible trackers.
https://privacybadger.org
Other
3.2k stars 388 forks source link

*.pimg.tw should be added to yellow list #1741

Closed jerry-wolf closed 3 years ago

jerry-wolf commented 7 years ago

Access https://www.pixnet.net/blog , then access some blog post, images are blocked.

ghostwords commented 7 years ago

Could you please run the debugging code for pimg.tw and let us know what it prints out?

jerry-wolf commented 7 years ago
**** ACTION_MAP for pimg.tw
VM142:5 ext.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1492874060868,
  "userAction": ""
}
VM142:5 imageproxy.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510299668819,
  "userAction": "user_cookieblock"
}
VM142:5 pic.pimg.tw {
  "dnt": false,
  "heuristicAction": "block",
  "nextUpdateTime": 1510375033345,
  "userAction": "user_cookieblock"
}
VM142:5 pimg.tw {
  "dnt": false,
  "heuristicAction": "block",
  "nextUpdateTime": 1492730915798,
  "userAction": ""
}
VM142:5 s.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510551250963,
  "userAction": "user_cookieblock"
}
VM142:5 s1.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510540942224,
  "userAction": "user_cookieblock"
}
VM142:5 s2.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510221632790,
  "userAction": "user_cookieblock"
}
VM142:5 s3.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510438952355,
  "userAction": ""
}
VM142:5 s4.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510315800792,
  "userAction": "user_cookieblock"
}
VM142:5 s5.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510666444842,
  "userAction": ""
}
VM142:5 s6.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510386159092,
  "userAction": "user_cookieblock"
}
VM142:5 s7.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510645807553,
  "userAction": "user_cookieblock"
}
VM142:5 s8.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510333637092,
  "userAction": "user_cookieblock"
}
VM142:5 s9.pimg.tw {
  "dnt": false,
  "heuristicAction": "",
  "nextUpdateTime": 1510280415395,
  "userAction": "user_cookieblock"
}
VM142:7 **** SNITCH_MAP for pimg.tw
VM142:9 pimg.tw [
  "leaderkid.com.tw",
  "google.com.hk",
  "wadidi.com"
]
ghostwords commented 7 years ago

I haven't yet been able to reproduce any tracking by pic.pimg.tw ... Do you have any cookies or localStorage set by pimg.tw? The URL to visit to look up this information in Chrome is chrome://settings/siteData.

jerry-wolf commented 7 years ago

Seems I don't have any cookies or localStorage set by pimg.tw.

ghostwords commented 3 years ago

No reports in several years. Will revisit if we learn to block it in Badger Sett and/or start getting user error reports.