Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrewUnderscore <71723495+UnderscoreX5@users.noreply.github.com>2021-12-20 17:39:02 +0300
committerGitHub <noreply@github.com>2021-12-20 17:39:02 +0300
commitf94e360d94315fdc2d38c190c61bbe3abb963a1a (patch)
treebe2c7cdcdefd700eeb9d2fed6f49dc709b734bf1 /Website/pages/faq.vue
parentfdb9df6fe714996904ebe575f945125c188a4388 (diff)
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
Diffstat (limited to 'Website/pages/faq.vue')
-rw-r--r--Website/pages/faq.vue6
1 files changed, 6 insertions, 0 deletions
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",
+ },
],
}),
};