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:
authorJackson Chen <jackson@jacksonchen666.com>2022-03-12 17:22:16 +0300
committerJackson Chen <jackson@jacksonchen666.com>2022-03-12 17:22:16 +0300
commitb2b07fbf243ab0580e1f82106b83918f61433384 (patch)
tree13be4dfd2299fc188a7b1a490394d9a95e8cc1ab /Website
parent9f257b354c2a933610fafc7c466af0572eef91bf (diff)
replace placeholder with link to security faq
closes #502
Diffstat (limited to 'Website')
-rw-r--r--Website/pages/faq.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/Website/pages/faq.vue b/Website/pages/faq.vue
index 9533754..1df8900 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:
- "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]",
+ "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 <a href='https://github.com/Anarios/return-youtube-dislike/blob/main/Docs/SECURITY-FAQ.md'>security FAQ</a>.",
},
{
question: "How does the API/Backend work?",