瀏覽代碼

replace placeholder with link to security faq

closes #502
Jackson Chen 3 年之前
父節點
當前提交
b2b07fbf24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Website/pages/faq.vue

+ 1 - 1
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?",