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-03-13 13:30:12 +0300
committerGitHub <noreply@github.com>2022-03-13 13:30:12 +0300
commit39c3b49c7c1d91fdc4a7495ce1f006e53619672d (patch)
treea16c7876f50013a6b1f9d61a04ff7ee37b331c45
parentf52f556b005b6804c5312e3c0b3db0f0c1494941 (diff)
parentb2b07fbf243ab0580e1f82106b83918f61433384 (diff)
Merge pull request #503 from JacksonChen666/main
replace placeholder in faq with link to security faq
-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?",