Browse Source

Merge pull request #358 from UnderscoreX5/patch-2

add link to redirect to security faq on website
Dmitrii Selivanov 3 years ago
parent
commit
8d7c85ca6b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Website/pages/faq.vue

+ 6 - 0
Website/pages/faq.vue

@@ -54,6 +54,12 @@ export default {
         answer:
         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. ",
           "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]",
+      },
     ],
     ],
   }),
   }),
 };
 };