From a0d728687bee295f9e589b1d19bd83944253c76a Mon Sep 17 00:00:00 2001 From: ildyria Date: Mon, 9 Jun 2025 18:45:20 +0200 Subject: [PATCH 1/2] add privacy policy --- docs/contributions.md | 2 +- src/navigation.js | 1 + src/pages/index.astro | 8 ++++---- src/pages/privacy-policy.md | 21 +++++++++++++++++++++ 4 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 src/pages/privacy-policy.md diff --git a/docs/contributions.md b/docs/contributions.md index 7479aa9e..638e5397 100644 --- a/docs/contributions.md +++ b/docs/contributions.md @@ -19,7 +19,7 @@ Those are the versions in which we accept vulnerability reports. |----------------|-----------| | master | ✔ | | latest release | ✔ | -| < 5.0 | ✕ | +| < 6.0 | ✕ | If you discover a security vulnerability within Lychee, please contact us directly on [Discord][2]. All security vulnerabilities will be promptly addressed. diff --git a/src/navigation.js b/src/navigation.js index ee5f4b62..d36e9da2 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -65,6 +65,7 @@ export const footerData = { secondaryLinks: [ { text: 'License', href: getPermalink('/license') }, { text: 'Release Notes', href: getPermalink('/docs/releases.html') }, + { text: 'Privacy Policy', href: getPermalink('/privacy-policy') }, ], socialLinks: [ { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') }, diff --git a/src/pages/index.astro b/src/pages/index.astro index f921b67e..dfb82e95 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -231,10 +231,10 @@ const metadata = { diff --git a/src/pages/privacy-policy.md b/src/pages/privacy-policy.md new file mode 100644 index 00000000..62e87061 --- /dev/null +++ b/src/pages/privacy-policy.md @@ -0,0 +1,21 @@ +--- +title: 'Privacy Policy' +layout: '~/layouts/MarkdownLayout.astro' +--- + +### Privacy Policy + +LycheeOrg is committed to protecting the privacy of its users. This Privacy Policy outlines how we handle personal data and what measures we take to ensure your privacy. + +#### On LycheeOrg and pr.lycheeorg.dev + +- LycheeOrg does not collect any personal data from its users. +- LycheeOrg does not use cookies or any other tracking technologies. +- LycheeOrg does not share any data with third parties. +- LycheeOrg does not store any data on its servers. + +#### On weblate.lycheeorg.dev + +Weblate is used to translate Lychee. It is a third-party service that is self-hosted by us. +To the best of our knowledge, Weblate does not collect any personal data from its users aside from their mail address +which is required to create an account. Cookies are used to authenticate users and to store their preferences. From a9fe13fa4598fc2ab4de8f2bce6e68b4ac8abb9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Viguier?= Date: Wed, 11 Jun 2025 11:39:24 +0200 Subject: [PATCH 2/2] Update src/pages/privacy-policy.md Co-authored-by: Martin Stone <1611702+d7415@users.noreply.github.com> --- src/pages/privacy-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/privacy-policy.md b/src/pages/privacy-policy.md index 62e87061..aa273ec2 100644 --- a/src/pages/privacy-policy.md +++ b/src/pages/privacy-policy.md @@ -17,5 +17,5 @@ LycheeOrg is committed to protecting the privacy of its users. This Privacy Poli #### On weblate.lycheeorg.dev Weblate is used to translate Lychee. It is a third-party service that is self-hosted by us. -To the best of our knowledge, Weblate does not collect any personal data from its users aside from their mail address +To the best of our knowledge, the Weblate software does not collect any personal data from its users aside from their email address which is required to create an account. Cookies are used to authenticate users and to store their preferences.