You've already forked AstralRinth
forked from didirus/AstralRinth
* Migrate to Nuxt 3 * Update vercel config * remove tsconfig comment * Changelog experiment + working proj pages * Fix package json * Prevent vercel complaining * fix deploy (hopefully) * Tag generator * Switch to yarn * Vercel pls 🙏 * Fix tag generation bug * Make (most) non-logged in pages work * fix base build * Linting + state * Eradicate axios, make most user pages work * Fix checkbox state being set incorrectly * Make most things work * Final stretch * Finish (most) things * Move to update model value * Fix modal text getting blurred from transforms (#964) * Adjust nav-link border radius when focused (#961) * Transition between animation states on TextLogo (#955) * Transition between animation states on TextLogo * Remove unused refs * Fixes from review * Disable tabbing to pagination arrows when disabled (#972) * Make position of the "no results" text on grid/gallery views consistent (fixes #963) (#965) * Fix position of the "no results" text on grid view * fix padding * Remove extra margin on main page, fixes #957 (#959) * Fix layout shift and placeholder line height (#973) * Fix a lot of issues * Fix more nuxt 3 issues * fix not all versions showing up (temp) * inline inter css file * More nuxt 3 fixes * [skip ci] broken- backup changes * Change modpack warnings to blue instead of red (#991) * Fix some hydration issues * Update nuxt * Fix some images not showing * Add pagination to versions page + fix lag * Make changelog page consistent with versions page * sync before merge * Delete old file * Fix actions failing * update branch * Fixes navbar transition animation. (#1012) * Fixes navbar transition animation. * Fixes Y-axis animation. Fixes mobile menu. Removes highlightjs prop. * Changes xss call to renderString. * Fixes renderString call. * Removes unnecessary styling. * Reverts mobile nav change. * Nuxt 3 Lazy Loading Search (#1022) * Uses lazyFetch for results. onSearchChange refreshes. Adds loading circle. * Removes console.log * Preserves old page when paging. * Diagnosing filtering bugs. * Fix single facet filtering * Implements useAuth in settings/account. * tiny ssr fix * Updating nuxt.config checklist. * Implements useAuth in revenue, moneitzation, and dashboard index pages. * Fixes setups. * Eliminates results when path changes. Adds animated logo. * Ensures loading animation renders on search page. --------- Co-authored-by: Jai A <jaiagr+gpg@pm.me> * Fix navigation issues * Square button fix (#1023) * Removes checklist from nuxt.config. * Modifies Nuxt CI to build after linting. * Fixes prettierignore file. * bug fixes * Update whitelist domains * Page improvements, fix CLS * Fix a lot of things * Fix project type redirect * Fix 404 errors * Fix user settings + hydration error * Final fixes * fix(creator-section): border radius on icons not aligning with bg (#1027) Co-authored-by: MagnusHJensen <magnus.holm.jensen@lego.dk> * Improvements to the mobile navbar (#984) * Transition between animation states on TextLogo * Remove unused refs * Fixes from review * Improvements to the mobile nav menu * fix avatar alt text * Nevermind, got confused for a moment * Tab bar, menu layout improvements * Highlight search icon when menu is open * Update layouts/default.vue Co-authored-by: Magnus Jensen <magnushjensen.mail@gmail.com> * Fix some issues * Use caret instead * Run prettier * Add create a project --------- Co-authored-by: Magnus Jensen <magnushjensen.mail@gmail.com> Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com> Co-authored-by: Jai A <jaiagr+gpg@pm.me> * Fix mobile menu issues * More issues * Fix lint --------- Co-authored-by: Kaeden Murphy <kmurphy@kaedenmurphy.dev> Co-authored-by: triphora <emmaffle@modrinth.com> Co-authored-by: Zach Baird <30800863+ZachBaird@users.noreply.github.com> Co-authored-by: stairman06 <36215135+stairman06@users.noreply.github.com> Co-authored-by: Zachary Baird <zdb1994@yahoo.com> Co-authored-by: Magnus Jensen <magnushjensen.mail@gmail.com> Co-authored-by: MagnusHJensen <magnus.holm.jensen@lego.dk>
263 lines
9.2 KiB
Vue
263 lines
9.2 KiB
Vue
<template>
|
||
<div>
|
||
<h1>Privacy Policy</h1>
|
||
|
||
<p><em>Last edited: March 8, 2023</em></p>
|
||
|
||
<h2>Foreword</h2>
|
||
|
||
<p>
|
||
The following document was created as required by several laws, including but not limited to:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
the California Consumer Privacy Act (CA CCPA), more information about which can be found on
|
||
<a href="https://oag.ca.gov/privacy/ccpa">oag.ca.gov</a>
|
||
</li>
|
||
<li>
|
||
the European Union General Data Protection Regulation (EU GDPR), more information about
|
||
which can be found on
|
||
<a href="https://gdpr.eu/">gdpr.eu</a>
|
||
</li>
|
||
</ul>
|
||
|
||
<p>
|
||
<a href="https://modrinth.com">Modrinth</a> is part of Rinth, Inc. ("us", "we", "our"). This
|
||
privacy policy explains how we collect data, process it, and your rights relative to your
|
||
data.
|
||
</p>
|
||
|
||
<p>Rinth, Inc. is the data controller for data collected through Modrinth.</p>
|
||
|
||
<h2>What data do we collect?</h2>
|
||
|
||
<h3>User data</h3>
|
||
<p>When you create an account, we collect:</p>
|
||
<ul>
|
||
<li>Your email</li>
|
||
<li>Your username</li>
|
||
<li>Your display name</li>
|
||
<li>Your profile picture</li>
|
||
<li>Your GitHub ID</li>
|
||
</ul>
|
||
<p>
|
||
This data is used to identify you and display your profile. It will be linked to your
|
||
projects.
|
||
</p>
|
||
|
||
<h3>View data and download data</h3>
|
||
<p>When you view a project page or download a file from Modrinth, we collect:</p>
|
||
<ul>
|
||
<li>Your IP address</li>
|
||
<li>Your user ID (if applicable)</li>
|
||
<li>The project viewed and/or the file downloaded</li>
|
||
<li>Your country</li>
|
||
<li>Some additional metadata about your connection (HTTP headers)</li>
|
||
</ul>
|
||
<p>This data is used to monitor automated access to our service and deliver statistics.</p>
|
||
|
||
<h3>Creator Monetization Program data</h3>
|
||
<p>
|
||
When you sign up for our
|
||
<a href="https://blog.modrinth.com/p/creator-monetization-beta">
|
||
Creator Monetization Program</a
|
||
>
|
||
(the "CMP"), we collect:
|
||
</p>
|
||
<ul>
|
||
<li>Your PayPal email address (if applicable)</li>
|
||
<li>Your Venmo username (if applicable)</li>
|
||
</ul>
|
||
<p>This data is used to carry out the CMP. It will be linked to your transactions.</p>
|
||
|
||
<h2>Data retention</h2>
|
||
<p>
|
||
View data and download data are anonymized 24 months after being recorded. All personal
|
||
information will be removed from those records during anonymization.<br />
|
||
Data is retained indefinitely. We do not delete any data unless you request it.
|
||
</p>
|
||
|
||
<h2>Third-party services</h2>
|
||
<p>
|
||
We use some third-party services to make Modrinth run. Please refer to each of their privacy
|
||
policies for more information:
|
||
</p>
|
||
<ul>
|
||
<li>
|
||
<a href="https://www.cloudflare.com/en-gb/gdpr/introduction/"> Cloudflare </a>
|
||
</li>
|
||
<li><a href="https://sentry.io/trust/privacy/">Sentry</a></li>
|
||
</ul>
|
||
<p>
|
||
Data that we specifically collect isn't shared with any other third party. We do not sell any
|
||
data.
|
||
</p>
|
||
|
||
<h2>Data Governance</h2>
|
||
<p>
|
||
Database access is limited to the minimum amount of Rinth, Inc. employees required to run the
|
||
service.<br />
|
||
Data is stored in a jurisdiction that is part of the European Economic Area (EEA), encrypted
|
||
both in storage and in transit.
|
||
</p>
|
||
|
||
<h2>Marketing and advertising</h2>
|
||
<p>
|
||
We use anonymized statistics to conduct marketing and advertising through
|
||
<a href="https://adrinth.com/">Adrinth</a>.
|
||
</p>
|
||
|
||
<h2>Cookies</h2>
|
||
<p>We use cookies to log you into your account and save your cosmetic preferences.</p>
|
||
<p>
|
||
Cookies are text files placed on your computer to collect standard Internet information. For
|
||
more information, please visit
|
||
<a href="https://allaboutcookies.org/">allaboutcookies.org</a>.
|
||
</p>
|
||
<p>
|
||
You can set your browser not to accept cookies, and the above website tells you how to remove
|
||
cookies from your browser. However, in a few cases, some of our website features may not
|
||
function as a result.
|
||
</p>
|
||
|
||
<h2>Access, rectification, erasure, restriction, portability, and objection</h2>
|
||
<p>Every user is entitled to the following:</p>
|
||
<ul>
|
||
<li>
|
||
<strong>The right to access</strong> – You have the right to request copies of your personal
|
||
data. We may charge you a small fee for this service.
|
||
</li>
|
||
<li>
|
||
<strong>The right to rectification</strong> – You have the right to request that we correct
|
||
any information you believe is inaccurate. You also have the right to request us to complete
|
||
the information you believe is incomplete.
|
||
</li>
|
||
<li>
|
||
<strong>The right to erasure</strong> – You have the right to request that we erase your
|
||
personal data, under certain conditions.
|
||
</li>
|
||
<li>
|
||
<strong>The right to restrict processing</strong> – You have the right to request that we
|
||
restrict the processing of your personal data, under certain conditions.
|
||
</li>
|
||
<li>
|
||
<strong>The right to data portability</strong> – You have the right to request that we
|
||
transfer the data that we have collected to another organization, or directly to you, under
|
||
certain conditions.
|
||
</li>
|
||
<li>
|
||
<strong>The right to object to processing</strong> – You have the right to object to our
|
||
processing of your personal data, under certain conditions.
|
||
</li>
|
||
</ul>
|
||
<p>
|
||
If you would like to exercise those rights, contact us at
|
||
<a href="mailto:gdpr@modrinth.com">gdpr@modrinth.com</a>. We may ask you to verify your
|
||
identity before proceeding and will respond to your request within 30 days as required by law,
|
||
or notify you of an extended reply time.
|
||
</p>
|
||
|
||
<h2>Children's Information</h2>
|
||
<p>
|
||
Another part of our priority is adding protection for children while using the Internet. We
|
||
encourage parents and guardians to observe, participate in, and/or monitor and guide their
|
||
online activity.
|
||
</p>
|
||
<p>
|
||
Modrinth does not knowingly collect any Personal Identifiable Information from children under
|
||
the age of 13. If you think that your child provided this kind of information on our website,
|
||
we strongly encourage you to contact us immediately and we will do our best efforts to
|
||
promptly remove such information from our records.
|
||
</p>
|
||
|
||
<h2>Online Privacy Policy Only</h2>
|
||
<p>
|
||
This Privacy Policy applies only to our online activities and is valid for visitors to our
|
||
website with regards to the information that they shared and/or collect in Modrinth. This
|
||
policy is not applicable to any information collected offline or via channels other than this
|
||
website.
|
||
</p>
|
||
|
||
<h2>Consent</h2>
|
||
<p>
|
||
By using our website, you hereby consent to our Privacy Policy and agree to its Terms and
|
||
Conditions.
|
||
</p>
|
||
|
||
<h2>Changes to the Privacy Policy</h2>
|
||
<p>
|
||
We keep this privacy policy under regular review and place any updates on this web page. If we
|
||
do this, we will post the changes on this page and update the "Last edited" date at the top of
|
||
this page, after which such changes will become effective immediately. We will make an effort
|
||
to keep users updated on any such changes, but because most changes do not affect how we
|
||
process existing data, a notice will not be sent for all changes.
|
||
</p>
|
||
|
||
<h2>Contact</h2>
|
||
<p>
|
||
If you have any questions about this privacy policy or how we process your data, contact us at
|
||
<a href="mailto:gdpr@modrinth.com">gdpr@modrinth.com</a> or write us at:
|
||
</p>
|
||
<p>
|
||
Rinth, Inc.<br />
|
||
410 North Scottsdale Road<br />
|
||
Suite 1000<br />
|
||
Tempe, AZ 85281
|
||
</p>
|
||
|
||
<h3>How to contact the appropriate authority</h3>
|
||
<p>
|
||
Should you wish to fill a complaint or if you feel like we haven't addressed your concerns or
|
||
request, you may contact the
|
||
<a href="https://ico.org.uk/">Information Commissioner's Office</a>
|
||
using their online form or by writing at:
|
||
</p>
|
||
<p>
|
||
Information Commissioner's Office<br />
|
||
Wycliffe House<br />
|
||
Water Lane<br />
|
||
Wilmslow<br />
|
||
Cheshire<br />
|
||
SK9 5AF<br />
|
||
United Kingdom
|
||
</p>
|
||
<p>
|
||
You do not need to be a citizen of the United Kingdom to use this method of lodging
|
||
complaints.
|
||
</p>
|
||
</div>
|
||
</template>
|
||
|
||
<script>
|
||
export default defineNuxtComponent({
|
||
head: {
|
||
title: 'Privacy - Modrinth',
|
||
meta: [
|
||
{
|
||
hid: 'description',
|
||
name: 'description',
|
||
content:
|
||
'The Privacy Policy of Modrinth, an open source modding platform focused on Minecraft.',
|
||
},
|
||
{
|
||
hid: 'apple-mobile-web-app-title',
|
||
name: 'apple-mobile-web-app-title',
|
||
content: 'Privacy Policy',
|
||
},
|
||
{
|
||
hid: 'og:title',
|
||
name: 'og:title',
|
||
content: 'Privacy Policy',
|
||
},
|
||
{
|
||
hid: 'og:url',
|
||
name: 'og:url',
|
||
content: 'https://modrinth.com/legal/privacy',
|
||
},
|
||
],
|
||
},
|
||
})
|
||
</script>
|
||
|
||
<style lang="scss" scoped></style>
|