From f94e360d94315fdc2d38c190c61bbe3abb963a1a Mon Sep 17 00:00:00 2001 From: AndrewUnderscore <71723495+UnderscoreX5@users.noreply.github.com> Date: Mon, 20 Dec 2021 15:39:02 +0100 Subject: add link to redirect to security faq on website Makes the security faq more accessible to people that don't really know much about github. Wording needs to be yet decided --- Website/pages/faq.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue index 71d2080..c247d16 100644 --- a/Website/pages/faq.vue +++ b/Website/pages/faq.vue @@ -54,6 +54,12 @@ export default { answer: "The backend will switch to using a combination of archived dislike stats, estimates extrapolated from extension user data, and estimates based on view/like ratios for videos whose dislikes weren't archived as well as outdated dislike count archives.", }, + { + question: + "What data do you collect and how is it treated?", + answer: + "to be added + link", + }, ], }), }; -- cgit v1.2.3 From 03239e5380c36e6c4b0fa79ffdeee5fe4dc09263 Mon Sep 17 00:00:00 2001 From: AndrewUnderscore <71723495+UnderscoreX5@users.noreply.github.com> Date: Wed, 22 Dec 2021 14:21:14 +0100 Subject: added answer --- Website/pages/faq.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue index c247d16..4f50ae3 100644 --- a/Website/pages/faq.vue +++ b/Website/pages/faq.vue @@ -58,7 +58,7 @@ export default { question: "What data do you collect and how is it treated?", answer: - "to be added + link", + "The extension only collects data that is strictly necessary for it to function properly, such as IP address or ID of the video you're watching. None of your data will ever be sold to 3rd parties. If you would like to know more about how we handle security and privacy check out our [add link here to security-faq.md]", }, ], }), -- cgit v1.2.3