const html = require('choo/html'); const modal = require('./modal'); module.exports = function(state, emit) { return html`
${state.modal && modal(state, emit)}

${state.translate('legalTitle')}

${state.translate('legalDateStamp')}

Send is a service from Mozilla that allows you to send electronic files through a safe, private, and encrypted link that automatically expires to ensure your stuff does not remain online forever. Send is also subject to our Websites Privacy Policy. When you visit the Send website, information such as your IP address is temporarily retained as part of a standard server log.


Here are the other key things you should know about what is happening when you use Send:

  • Mozilla receives an encrypted copy of the file you upload, and basic information about the file, such as filename, file hash, and file size. Mozilla does not have the ability to access the content of your encrypted file, and only keeps it for the time or number of downloads indicated.
  • To allow you to see the status of your previously uploaded files, or delete them, basic information about your uploaded files are stored on your local device, such as Send’s identifier for the file, the filename, and the file’s unique download link. This is cleared if you delete your uploaded file or upon visiting Send after the file expires.
  • Anyone you provide with the unique link (including the encryption key) to your encrypted file will be able to download and access that file. You should not provide the link to anyone you do not want to have access to your encrypted file.
  • Send will also collect information about the performance and your use of the service, such as how often you upload files, how long your files remain with Mozilla before they expire, any errors related to file transfers, and what cryptographic protocols your browser supports.
  • You can learn more about the data Send collects here.

`; };