-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(legal): add automatic terms from our license, add wip privacy po…
…licy
- Loading branch information
Showing
8 changed files
with
60 additions
and
5 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
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 |
---|---|---|
@@ -1 +1,41 @@ | ||
<p>privacy works!</p> | ||
<h1> | ||
Privacy Policy for <a href="https://github.com/sign/translate"><code>sign/translate</code></a> | ||
</h1> | ||
<p> | ||
This policy is work in progress, and will be updated periodically to reflect changes in our practices or regulatory | ||
requirements. Users are encouraged to review it regularly. | ||
</p> | ||
|
||
<h2>Our Commitment to Privacy</h2> | ||
<p> | ||
At <code>sign.mt</code>, privacy is a top priority. We are dedicated to processing data locally whenever possible, | ||
minimizing the need to send information over the internet. However, in some instances, online processing is necessary | ||
to provide the best experience. | ||
</p> | ||
|
||
<h2>Data Collection and Usage</h2> | ||
<h3>HTTP Requests and Logging</h3> | ||
<ul> | ||
<li> | ||
Every HTTP request made to our backend is recorded, along with diagnostic details, the request URL, and the body of | ||
the request. | ||
</li> | ||
<li>This data is stored in Google BigQuery and Google Cloud Logs.</li> | ||
<li> | ||
Currently, we primarily log requests from the spoken-to-signed translation feature, including user inputs for | ||
translation and selected languages. | ||
</li> | ||
</ul> | ||
<h3>Text Normalization and Vocalization</h3> | ||
<ul> | ||
<li>For text normalization and vocalization services, we utilize ChatGPT by OpenAI.</li> | ||
<li> | ||
Textual inputs are sent to OpenAI for processing. For more details on how OpenAI handles data, please refer to their | ||
<a href="https://openai.com/policies/privacy-policy">Privacy Policy</a>. | ||
</li> | ||
</ul> | ||
<h3>General User Metadata</h3> | ||
<ul> | ||
<li>We collect general user metadata like language preference, device type, and IP address.</li> | ||
<li>This information is logged by Google Analytics and is used for aggregated analytics purposes.</li> | ||
</ul> |
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,5 @@ | ||
:host { | ||
display: block; | ||
max-width: min(90%, 1200px); | ||
margin: auto; | ||
} |
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 |
---|---|---|
@@ -1 +0,0 @@ | ||
<p>terms works!</p> | ||
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,5 @@ | ||
:host { | ||
display: block; | ||
max-width: min(90%, 1200px); | ||
margin: auto; | ||
} |
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