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:
authorDmitrii Selivanov <selivano.d@gmail.com>2022-02-04 22:12:37 +0300
committerGitHub <noreply@github.com>2022-02-04 22:12:37 +0300
commit8d7c85ca6b13ca0a85af97b61cfe65bc7a95f883 (patch)
treed78ffd63adfecd925f062408ed48477a60125784
parent14145ed7b5801fa41e90a2298324e88dfbc333d8 (diff)
parent03239e5380c36e6c4b0fa79ffdeee5fe4dc09263 (diff)
Merge pull request #358 from UnderscoreX5/patch-2
add link to redirect to security faq on website
-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 25660fe..49b8fde 100644
--- a/Website/pages/faq.vue
+++ b/Website/pages/faq.vue
@@ -54,6 +54,12 @@ export default {
answer:
"Coming soon. We are looking into using Oauth or a different read only API with a limited scope so creators can share their dislike counts verifiability. ",
},
+ {
+ question:
+ "What data do you collect and how is it treated?",
+ answer:
+ "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]",
+ },
],
}),
};