From 540a06b4d6b4b393068a3f6648611042f732c292 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Thu, 23 Jan 2025 12:56:10 +0100 Subject: [PATCH] Update PRIVACY.md --- PRIVACY.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/PRIVACY.md b/PRIVACY.md index 65ba73f..2de196d 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -1,25 +1,27 @@ -### Privacy disclaimer for [git.m724.eu](/) service -### This is not an official document. It might not reflect reality. +### Privacy policy for [git.m724.eu](/) ('service') -As of 18.01.2025 +As of 23.01.2025 --- +This service is provided as-is. While making reasonable efforts, no guarantes are made regarding uptime and security. + To make this service useful, data is stored. Including, but not limited to: -- your linked email addresses +- your profile (email addresses, username, avatar, bio, etc.) - your hashed account password - organizations you're a member of -- repositories you own -- commit data (repo, commiter email, commiter name, other metadata, and the data itself) +- repositories you own, their data (known as code) and metadata (issues, releases, actions, etc.) +- your public activity, like issue comments, user follows, etc. -Pages you visit are NOT logged. +This is retained for as long as your account exists. \ +When you delete your account, your commits are unlinked from your username. However, please note that your name and email may still be stored, as Git commit metadata. -Cookies are used to keep you logged in. +Cookies are used to maintain your session (whether you're logged in or not) and for security (to prevent CSRF attacks). No data is shared to third parties. Adhering to security standards: -- only necessary stuff is exposed to the Internet +- there's a firewall - software is updated and maintenance is done periodically - passwords are hashed with argon2 - server is in a closet only I have access to