Skip to content

Commit

Permalink
Updated FAQ wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pdehaan committed Aug 3, 2017
1 parent ea6c78f commit c419d29
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ particular).

## Why does Firefox Send require JavaScript?

- We use JavaScript to encrypt and decrypt files locally on the client instead of the server.
- We use JavaScript to render the user interface of Send.
- We use JavaScript to manage translate the website into [various different languages](https://github.com/mozilla/send#localization).
- We use JavaScript to collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal).
Firefox Send uses JavaScript to:

- Encrypt and decrypt files locally on the client instead of the server.
- Render the user interface.
- Manage translations on the website into [various different languages](https://github.com/mozilla/send#localization).
- Collect data to help us improve Send in accordance with our [Terms & Privacy](https://send.firefox.com/legal).

Since Send is an open source project, you can see all of the cool ways we use JavaScript by [examining our code](https://github.com/mozilla/send/).

Expand Down

0 comments on commit c419d29

Please sign in to comment.