-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title>Privacy Policy - Confuzzle</title> | ||
<link href="stylesheets/prism-eno-light.css" rel="stylesheet" /> | ||
<style type="text/css"> | ||
code[class*="language-"], pre[class*="language-"] { | ||
white-space: pre-line !important; | ||
word-break: break-word !important; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<script src="../node_modules/prismjs/prism.js"></script> | ||
<script src="../node_modules/prismjs/components/prism-markdown.js"></script> | ||
|
||
<div style="display: flex; justify-content: space-around;"> | ||
<pre style="width: 67vw;"><code class="language-markdown"> | ||
# Privacy Policy | ||
|
||
## 1. Terminology | ||
|
||
Herein "Confuzzle" refers to both the Confuzzle iOS application and confuzzle.app (this website). | ||
|
||
## 2. Types of personal information used by Confuzzle | ||
|
||
Information voluntarily submitted during a multiplayer session. For example this may include your chosen display name for that session, or answers typed into the crossword grid. | ||
|
||
## 3. How Confuzzle uses this information | ||
|
||
This information is stored on a server and transmitted over a secure connection to other users in that session, solely for the purpose of enabling multiplayer functionality. Any information used by Confuzzle for this purpose is kept for no longer than 24 hours. No other personal information is collected, stored, or transmitted to third parties. | ||
|
||
## 4. Transparency | ||
|
||
In order to facilitate independent verification of the above claims, the source code of Confuzzle (both the website and iOS application) is available for inspection at http://github.com/rjkat/confuzzle. | ||
|
||
## 5. Contact information | ||
|
||
Please contact privacy@confuzzle.app with any questions or concerns about this policy. | ||
|
||
</code></pre> | ||
</div> | ||
|
||
</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
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