Created
April 12, 2024 19:27
-
-
Save epifanio/ccae78dde73aadfef4e7240703a0d33c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Privacy Policy</title> | |
</head> | |
<body> | |
<h1>Privacy Policy</h1> | |
<p>This is the privacy policy for [Your Company Name].</p> | |
<p>You can view our privacy policy <a href="usage_data.txt" target="_blank">here</a>.</p> | |
</body> | |
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Privacy Policy | |
Effective date: [Date] | |
[Your Company Name] ("us", "we", or "our") operates the [Your Website Name] website (the "Service"). | |
This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data. | |
We use your data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this policy. | |
Information Collection and Use | |
We collect several different types of information for various purposes to provide and improve our Service to you. | |
Types of Data Collected | |
Personal Data | |
While using our Service and opting for OAuth login using Google, we may collect certain personally identifiable information from your Google account that you have consented to share with us. This information may include, but is not limited to: | |
Your Google account email address | |
Your Google account name | |
Your Google account profile picture | |
Any other information explicitly permitted by Google's OAuth consent screen | |
Usage Data | |
In addition to the information collected through Google OAuth, we may also collect information that your browser sends whenever you visit our Service or when you access the Service by or through a mobile device ("Usage Data"). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment