Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Added privacy policy page #688

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/layout/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@
</Button>
{/each}
</div>
<div class="column">
<p>Support</p>
<Button variant="hyperlink" href="/privacy">
Privacy policy
0x5bfa marked this conversation as resolved.
Show resolved Hide resolved
</Button>
</div>
</PageSection>

<style lang="scss">
Expand Down
47 changes: 47 additions & 0 deletions src/routes/privacy/+page.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<main class="root">

# Privacy policy

Effective date: June 2, 2024

This Privacy Policy ("Policy") for Files ("we", "us", or "our") describes how and why we collect, store, use, and disclose information about users ("you", "your") when you use our services ("Services"), and our desktop application (the "Application", "Files"). By using our Services, you acknowledge and consent to the practices described in this Policy.

## Table of Contents
yaira2 marked this conversation as resolved.
Show resolved Hide resolved

1. Information We Collect
2. How We Use Your Information
3. Changes to This Privacy Policy

## Information We Collect

**Diagnostic Information.** Our Application collects non-personably identifiable diagnostic data such as fault analysis and performance logs. This information may include technical details about your device, such as its make, model, operating system, and Application version. In addition, Files may store log files containing diagnostic information on the user's device. These files are not shared with us by default.

**Usage Information.** We collect non-identifiable information about your use of our Services, including but not limited to interactions within the Application, enabled user preferences (Application settings), and usage patterns. Our Application uses Sentry for error reporting, please review the Sentry Privacy Policy here: https://sentry.io/privacy/.

Furthermore, we use certain Microsoft services such as Microsoft Partner Center to collect usage data, to learn more about how data is collected, used, and disclosed by Microsoft and its subsidiaries, please review the Microsoft Privacy Policy Statement available here: https://privacy.microsoft.com/privacystatement
0x5bfa marked this conversation as resolved.
Show resolved Hide resolved

Please note that any information we collect is non-identifiable and does not include any personal data. We do not share collected information with any third parties.

## How We Use Collected Information

**Mitigate Reliability Issues.** We may use the aggregated information to diagnose and address any unexpected issues that may arise during the use of our Application. This may include analyzing diagnostic data, such as fault analysis and performance logs, to identify the root cause of the issue and develop a solution to resolve it.

**Identify Usage Trends.** We may use the information to identify and analyze usage trends for our Services and Application. This may include analyzing aggregated usage data to understand how users interact with our Services and to measure their utilization intensity. We may use this analysis to improve the functionality, usability, and performance of our Services and to inform future development decisions.

## Changes to This Privacy Policy

We may modify, update, or amend this Privacy Policy from time to time to reflect changes made to our Application. When we change this Policy in a material manner, we will inform you of such changes by updating the 'Effective date' notice. It is your responsibility to review this Privacy Policy periodically to stay informed of any updates. Your continued use of the Services after any modifications to this Policy constitutes your acceptance of such changes.

</main>

<style lang="scss">
.root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: stretch;
padding: 2rem;
max-width: 900px;
margin-inline: auto;
}
</style>