f5ad09dffb | ||
---|---|---|
.. | ||
_locales@389eb08d3a | ||
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)
-
Install the extension.
-
Go to relay.firefox.com and sign in.
-
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
-
Clone, change to the directory, install dependencies:
git clone git@github.com:groovecoder/private-relay.git cd private-relay/extension npm install
-
Run with
web-ext
:web-ext run
-
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.
npm run build:dev
: https://dev.fxprivaterelay.nonprod.cloudops.mozgcp.net/npm run build:stage
: https://stage.fxprivaterelay.nonprod.cloudops.mozgcp.net/npm run build:prod
: https://relay.firefox.com/