duckduckgo-privacy-extension
duckduckgo-privacy-extension copied to clipboard
Update github TOSDR data (patch attached)
trafficstars
Description
Extension shows incorrect TOSDR information about Github, which does not match with the data on TOSDR.org
See: https://tosdr.org/#github
Steps to Reproduce
- Go to Github.
- View TOSDR info.
Expected behavior: Should not show "does not allow pseudonyms".
Actual behavior: Shows "does not allow pseudonyms".
Additional Information
Patch:
diff --git a/shared/data/tosdr.json b/shared/data/tosdr.json
index 985879c6..e7ffdc82 100644
--- a/shared/data/tosdr.json
+++ b/shared/data/tosdr.json
@@ -6966,28 +6966,28 @@
"bad": [
"they can delete your account without prior notice and without a reason",
"user needs to check tosback.org",
- "pseudonym not allowed (not because of user-to-user trust)",
"defend, indemnify, hold harmless"
],
"good": [
"info given about security practices",
"you publish under a free license, not a bilateral one",
"will notify before merger",
- "your personal data is used for limited purposes"
+ "your personal data is used for limited purposes",
+ "pseudonyms allowed"
]
},
"match": {
"bad": [
"they can delete your account without prior notice and without a reason",
"user needs to check tosback.org",
- "pseudonym not allowed (not because of user-to-user trust)",
"defend, indemnify, hold harmless"
],
"good": [
"info given about security practices",
"you publish under a free license, not a bilateral one",
"will notify before merger",
- "your personal data is used for limited purposes"
+ "your personal data is used for limited purposes",
+ "pseudonyms allowed"
]
},
"class": "B"
hello?