Skip to content

Commit

Permalink
Add Mullvad Leta Auto Login setting
Browse files Browse the repository at this point in the history
* Autologin at extension start
* Add support for FPI (Mullvad Browser PBM)
  • Loading branch information
ruihildt committed Jun 15, 2023
1 parent 4c6a65a commit 16e1990
Show file tree
Hide file tree
Showing 16 changed files with 943 additions and 769 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ local storage). It will require some manual configuration:

Mullvad Browser Extension requires the following permissions:

- `cookies` to be able to autologin to Mullvad Leta
- `management` to be able to recommend third party extensions
- `privacy` to disable webRTC
- `proxy` to configure and use Mullvad proxy servers
Expand All @@ -84,6 +85,11 @@ Mullvad Browser Extension requires the following permissions:
- `*://*.mullvad.net/*` to get proxy servers list and display your connection information (See
`Network requests` for details)

**Optional**

- `webRequest` to automatically login to Mullvad Leta (optional)
- `webRequestBlocking` to automatically login to Mullvad Leta (optional)

_Permissions are automatically accepted when testing the extension._

## Network requests
Expand All @@ -95,6 +101,11 @@ Two external network requests are made by the extension:
- `am.i.mullvad.net` to get the connection information (Frequency: each time the popup is started
and each time the proxy is connected/disconnected)

**Optional**

- `api.mullvad.net` when Mullvad Leta auto login is used (Frequency: on extension start and/or when
auth cookie expires)

_External links are marked with this icon_
![External Link icon](https://github.com/feathericon/feathericon/blob/master/src/svg/link-external.svg)

Expand Down

0 comments on commit 16e1990

Please sign in to comment.