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..aa273ec2 --- /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, 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.