Преглед на файлове

add link to redirect to security faq on website

Makes the security faq more accessible to people that don't really know much about github. Wording needs to be yet decided
AndrewUnderscore преди 3 години
родител
ревизия
f94e360d94
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      Website/pages/faq.vue

+ 6 - 0
Website/pages/faq.vue

@@ -54,6 +54,12 @@ export default {
         answer:
           "The backend will switch to using a combination of archived dislike stats, estimates extrapolated from extension user data, and estimates based on view/like ratios for videos whose dislikes weren't archived as well as outdated dislike count archives.",
       },
+      {
+        question:
+          "What data do you collect and how is it treated?",
+        answer:
+          "to be added + link",
+      },
     ],
   }),
 };