Revert "updated legal page. closes #1214"

This reverts commit 2f50c29152.
This commit is contained in:
Danny Coates 2019-03-12 09:34:52 -07:00
parent 4157f5264d
commit d068dd2954
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB
1 changed files with 70 additions and 44 deletions

View File

@ -12,67 +12,93 @@ module.exports = function(state, emit) {
<p class="mt-2">${state.translate('legalDateStamp')}</p> <p class="mt-2">${state.translate('legalDateStamp')}</p>
<div class="overflow-scroll py-8 px-12"> <div class="overflow-scroll py-8 px-12">
<p class="leading-normal"> <p class="leading-normal">
<span <span>When Mozilla receives information from you, our</span>
>Send is a service from Mozilla that allows you to send electronic <a
files through a safe, private, and encrypted link that href="https://www.mozilla.org/privacy/"
automatically expires to ensure your stuff does not remain online
forever. Send is also subject to our</span
><a
href="https://www.mozilla.org/privacy/websites"
target="__blank" target="__blank"
rel="noopener noreferrer" rel="noopener noreferrer"
class="text-blue-dark hover:underline" class="text-blue-dark hover:underline"
> Websites Privacy Policy</a >Mozilla Privacy Policy</a
><span
>. When you visit the Send website, information such as your IP
address is temporarily retained as part of a standard server
log.</span
> >
<span
>describes how we handle that information. Below are the top
things you should know about Firefox Send. You can also view the
code</span
>
<a
href="https://github.com/mozilla/send/blob/master/docs/metrics.md"
target="__blank"
rel="noopener noreferrer"
class="text-blue-dark hover:underline"
>here</a
>.
</p> </p>
<br>
<p>
Here are the other key things you should know about what is
happening when you use Send:
<ul class="mt-6 leading-normal"> <ul class="mt-6 leading-normal">
<li class="mb-4"> <li class="mb-4">
Mozilla receives an encrypted copy of the file you upload, and <b>Content</b>: Mozilla receives an encrypted copy of the file you
basic information about the file, such as filename, file hash, and upload but we cannot access the content or name of your encrypted
file size. Mozilla does not have the ability to access the content file. By default, files are stored for a maximum of either 24
of your encrypted file, and only keeps it for the time or number hours or 7 days. If you choose a download cap, the file can be
of downloads indicated. deleted from our server sooner.
</li> </li>
<li class="mb-4"> <li class="mb-4">
To allow you to see the status of your previously uploaded files, <b>Data on your device</b>: So that you can check status or delete
or delete them, basic information about your uploaded files are files, basic information about your uploaded files is stored on
stored on your local device, such as Sends identifier for the your local device. This includes our identifier for the file, the
file, the filename, and the files unique download link. This is filename, and the files unique download URL. This is cleared if
cleared if you delete your uploaded file or upon visiting Send you delete your uploaded file or upon visiting Send after the file
after the file expires. expires. Note, however, that the URL will persist in your browsing
history (and with whomever you shared it) until manually deleted.
</li> </li>
<li class="mb-4"> <li class="mb-4">
Anyone you provide with the unique link (including the encryption <b>Personal data</b>: The following is necessary to provide the
key) to your encrypted file will be able to download and access service:
that file. You should not provide the link to anyone you do not <ul class="mt-6 leading-normal">
want to have access to your encrypted file. <li class="mb-4">
<u>IP addresses</u>: We receive IP addresses of downloaders
and uploaders as part of our standard server logs. These are
retained for 90 days, and for that period, may be connected to
activity of a files download URL. Although we develop our
services in ways that minimize identification, you should know
that it may be possible to correlate the IP address of a Send
user to the IP address of other Mozilla services with
accounts; and if there is a match, this could identify the
account email address.
</li>
<li class="mb-4">
<u>Firefox Account</u>: This is required for authentication
only if you wish to upload larger file sizes. Your Firefox
Account record will retain aggregate data on your usage of
Send: for example, if you created a Firefox Account in
connection with Send, number of files sent and approximate
file sizes, and how many times youve used the service.
</li>
</ul>
</li> </li>
<li class="mb-4"> <li class="mb-4">
Send will also collect information about the performance and your <b>Non-personal data</b>: We receive the following to improve our
use of the service, such as how often you upload files, how long service and performance:
your files remain with Mozilla before they expire, any errors <ul class="mt-6 leading-normal">
related to file transfers, and what cryptographic protocols your <li class="mb-4">
browser supports. <u>Interaction data</u>: This includes information such as
number of people sending and receiving files, number of files
uploaded and approximate file sizes, percentage of file
downloaders who become uploaders, how people engage with the
website (time spent, clicks, referrer information, site exit
path, use of passwords).
</li>
<li class="mb-4">
<u>Technical data</u>: This includes information such as
operating system, browser, language preference, country,
timestamps, duration for file transfer, reasons for errors,
reasons for file expiration.
</li>
</ul>
</li> </li>
<li class="mb-4"> <li class="mb-4">
You can learn more about the data Send collects<a <b>Third Party Services</b>: We use Google Cloud Platform.
href="https://github.com/mozilla/send/blob/master/docs/metrics.md"
target="__blank"
rel="noopener noreferrer"
class="text-blue-dark hover:underline"
> here</a
>.
</li> </li>
</ul> </ul>
</p>
</div> </div>
</div> </div>
</main> </main>