mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
Updated FAQ wording
This commit is contained in:
parent
ea6c78f49a
commit
c419d29c96
10
docs/faq.md
10
docs/faq.md
@ -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/).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user