diff --git a/src/pages/privacy.mdx b/src/pages/privacy.mdx index bdc9389..20620f7 100644 --- a/src/pages/privacy.mdx +++ b/src/pages/privacy.mdx @@ -2,6 +2,12 @@ layout: "@layouts/Markdown.astro" --- +import { + ANALYTICS +} from '@utils/GetConfig' + +import OptButtons from '@components/buttons/Telemtry.astro' + # Privacy Policy ## 3rd Party Services are Proxied @@ -10,12 +16,45 @@ Any service in MinPluto that is 3rd party is proxied by this instance or another ## Information Collection and Use -This instance of MinPluto uses Plausible for analytics, no personal informatin is collected about you. Data that is collected can not be used to identify you, along with devices or any other factors. +This instance of MinPluto uses {ANALYTICS} for analytics, no personal informatin is collected about you. Data that is collected can not be used to identify you, along with devices or any other factors. -All data collected with Plausible is anonymous. +All data collected with {ANALYTICS} is anonymous. ## We Don't Know What You're Watching -When you watch a video on a MinPluto instance with analytics enabled, the analytics software doesn't show what video are you watching. The query in the URL, which is the video ID, is not saved to analytics. What we see is only "/watch", not /watch?=dQw4w9WgXcQ". +When you watch a video on a MinPluto instance with analytics enabled, the analytics software doesn't show what video are you watching. The query in the URL, which is the video ID, is not saved to analytics. What we see is only "/watch", not "/watch?=dQw4w9WgXcQ". This goes for anything else that may have a query in it. + +## Telemtry +Telemtry data is used in MinPluto to see metrics of usage on different features and other aspects. This is help SudoVanilla, the developer of MinPluto, make better and informed decisions on what needs priority. + +By default, all users are opted-out for privacy purposes. + +If you decide to opt-in, the following is tracked: + +* Language +* Browser Useragent +* Operating System +* Errors +* Location +* All settings, except for some +* Platforms you've imported from + +The following will not be tracked: + +* Searches +* Videos/Streams you watched +* Subscribed Channels +* Downloads +* Shares +* Embeds +* Personal Information in your account, such as name and email +* CSS/JS Customization +* Themes + +Note that this can change at anytime. + +It is expected by the MinPluto developer that all telemtry data is sent to SudoVanilla's OpenPanel ananlytics. Note that the instance operator can easily change the destination of this, it is not expected. + +