From b15bf78c396f575dc374418ce9387b71fdfd39c2 Mon Sep 17 00:00:00 2001 From: Igor Barakaiev Date: Mon, 14 Jun 2021 10:39:21 +0300 Subject: [PATCH 1/2] Remove Taobao --- icons/taobao.svg | 6 ---- products/taobao.toml | 78 -------------------------------------------- 2 files changed, 84 deletions(-) delete mode 100644 icons/taobao.svg delete mode 100644 products/taobao.toml diff --git a/icons/taobao.svg b/icons/taobao.svg deleted file mode 100644 index d203e8b8..00000000 --- a/icons/taobao.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/products/taobao.toml b/products/taobao.toml deleted file mode 100644 index 9865cabd..00000000 --- a/products/taobao.toml +++ /dev/null @@ -1,78 +0,0 @@ -name = "Taobao" -description = "Taobao Marketplace is the online shopping destination of choice for Chinese consumers looking for wide selection, value and convenience." -slug = "taobao" -hostnames = [ "taobaonline.com" ] -sources = [ "https://www.taobaonline.com/privacy-policy/" ] -contributors = [ "UnKnOwN" ] - -[rubric.behavioral-marketing] -value = "no" -notes = [ - "Nothing is mentioned about personally-targeted marketing in the privacy policy and it can be reasonably inferred that the site does not use it." -] - -[rubric.security] -value = "no" -notes = [ - "Nothing is mentioned about security practices in the privacy policy." -] - -[rubric.third-party-collection] -value = "no" -notes = [ - "Nothing is mentioned about collecting of personal data from third parties." -] - -[rubric.history] -value = "no" -notes = [ - "Nothing is mentioned about the policy's history. The data it was last modified isn't also specified." -] - -[rubric.data-deletion] -value = "yes-contact" -citations = [ - "If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes." -] - -[rubric.data-breaches] -value = "no" -notes = [ - "Nothing is mentioned about data breaches. Also in 2016 hackers managed to access more than 20 million active accounts on Taobao." -] - -[rubric.third-party-access] -value = "yes-unspecified" -notes = [ - "It's not stated that the service shares personal data with third parties. However, the embedded content from other websites behaves in the exact same way as if the visitor has visited the other website and these websites may collect personal data themselves using cookies and embedding additional third-party tracking." -] - -[rubric.data-collection-reasoning] -value = "yes" -notes = [ - "The company collects only little data and reasonably explains the purposes. " -] - -[rubric.noncritical-purposes] -value = "no" -notes = [ - "The amount of non-critical data collected is small, however, there are no options for opting-out" -] - -[rubric.law-enforcement] -value = "unspecified" -notes = [ - "The policy does not mention anything about law enforcement access to personal data." -] - -[rubric.list-collected] -value = "exhaustively" -notes = [ - "The company uses only absolute statements to describe the personal data it collects. " -] - -[rubric.revision-notify] -value = "no" -notes = [ - "Nothing is mentioned about policies changes in the privacy policy. " -] From 711941d1b45f4f029c209b58e06db7251ce2a3ad Mon Sep 17 00:00:00 2001 From: Igor Barakaiev Date: Wed, 16 Jun 2021 22:55:27 +0300 Subject: [PATCH 2/2] Add an option for deleting only some data --- rubric/data-deletion.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rubric/data-deletion.toml b/rubric/data-deletion.toml index 7b399f44..85c0b610 100644 --- a/rubric/data-deletion.toml +++ b/rubric/data-deletion.toml @@ -14,9 +14,14 @@ id = "yes-contact" text = "Yes, by contacting someone" percent = 60 +[[options]] +id = "yes-automated-some" +text = "Yes, for some data, using an automated mechanism" +percent = 80 + [[options]] id = "yes-automated" -text = "Yes, using an automated mechanism" +text = "Yes, for all data, using an automated mechanism" percent = 100 [[options]]