Skip to content

Commit

Permalink
Feature: Updated the privacy policy url (files-community#16463)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaira2 authored Nov 11, 2024
1 parent b2a7894 commit 360b496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
30 changes: 1 addition & 29 deletions .github/PRIVACY.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
# 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

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

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.
The privacy policy has been moved to here https://files.community/privacy
2 changes: 1 addition & 1 deletion src/Files.App/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public static class ExternalUrl
public const string DiscordUrl = @"https://discord.gg/files";
public const string FeatureRequestUrl = @"https://github.com/files-community/Files/issues/new?labels=feature+request&template=feature_request.yml";
public const string BugReportUrl = @"https://github.com/files-community/Files/issues/new?labels=bug&template=bug_report.yml";
public const string PrivacyPolicyUrl = @"https://github.com/files-community/Files/blob/main/.github/PRIVACY.md";
public const string PrivacyPolicyUrl = @"https://files.community/privacy";
public const string SupportUsUrl = @"https://github.com/sponsors/yaira2";
public const string CrowdinUrl = @"https://crowdin.com/project/files-app";
}
Expand Down

0 comments on commit 360b496

Please sign in to comment.