Update Privacy Policy
This commit is contained in:
parent
44157a2d87
commit
fe77d1a7a7
1 changed files with 45 additions and 4 deletions
|
@ -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.
|
||||
|
||||
<div style="text-align: right"><OptButtons/></div>
|
||||
|
||||
## Liability
|
||||
MinPluto and SudoVanilla take no responsibility for the use of our tool, or external instances provided by third parties. It is strongly recommended that you abide by the valid official regulations in your country. Furthermore, we refuse liability for any inappropriate use of MinPluto, such as illegal downloading.
|
||||
|
@ -23,6 +62,7 @@ MinPluto and SudoVanilla take no responsibility for the use of our tool, or exte
|
|||
MinPluto is licenced under AGPL v3, this software is included with a copy.
|
||||
|
||||
<hr/>
|
||||
```
|
||||
Copyright (C) 2024 SudoVanilla
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
|
@ -36,7 +76,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|||
GNU Affero General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU Affero General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
```
|
||||
<hr/>
|
||||
|
||||
## Links to Other Sites
|
||||
|
|
Reference in a new issue