зеркало из
1
0
Форкнуть 0
fx-private-relay-add-on/src
GitHub Actions — l10n sync f5ad09dffb Merge in latest l10n strings 2024-11-12 00:19:48 +00:00
..
_locales@389eb08d3a Merge in latest l10n strings 2024-11-12 00:19:48 +00:00
css
fonts
icons
images
js
README.md
first-run.html
inpage-panel.html
manifest.json
popup.html
sequence-diagram.mmd
sequence-diagram.svg
web-ext-config.js

README.md

Private Relay

Private Relay generates email aliases to use in place of personal email addresses.

Recipients will still receive emails, but Private Relay keeps their personal email address from being harvested, and then bought, sold, traded, or combined with other data to personally identify, track, and/or target them.

Usage (for now)

  1. Install the extension.

  2. Go to relay.firefox.com and sign in.

  3. In any <input> element, right-click and select "Make a relay address"

    • The extension will populate the options with your relay addresses.

Local Extension Development

  1. Clone, change to the directory, install dependencies:

    git clone git@github.com:groovecoder/private-relay.git
    cd private-relay/extension
    npm install
    
  2. Run with web-ext:

    web-ext run
    
  3. Visit http://127.0.0.1:8000

Build for other environments

These scripts will build the add-on to work with dev, stage, or prod servers.