mozilla-vpn-client
mozilla-vpn-client copied to clipboard
A fast, secure and easy to use VPN. Built by the makers of Firefox.
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210220050731-9a76102bfb43 to 0.17.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
**Describe the bug** cmake -S . -B build -DCMAKE_PREFIX_PATH=$(Qt install path)/gcc_64/lib/cmake/ returns an error : Creating library translations from /home/polrus/Pobrane/mozilla-vpn-client-2.19.2/src/translations CMake Error at scripts/cmake/generate_translations_target.cmake:66 (message): message called with incorrect number...
Swift logs aren’t in the logs that are produced by the app. Similar to [https://mozilla-hub.atlassian.net/browse/VPN-5184](https://mozilla-hub.atlassian.net/browse/VPN-5184|smart-link), but for iOS. ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/VPN-6041) ┆Reporter: Matt Cleinman
**Important details:** * The issue is resolved by closing and reopening the Mozilla VPN app * The issue is also sometimes reproducible after signing in with an account with an...
**Affected versions:** * 2.15.0 (2.202305121511) **Tested Platforms:** * Android 12/13; **Prerequisites:** * Have a FxA account with subscription for Mozilla VPN; * Have Mozilla VPN app installed and open; *...
### Steps to reproduce 1. Open the Mozilla VPN app on Android 1. Enable TalkBack 1. Select the “Sign up” or “Already a subscriber” buttons 1. Double tap to enter....
Acceptance Criteria: * If VPN goes into no signal after it is activated, reason is `FirewallDetected` * Functional test for this scenario ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/VPN-6203) ┆Reporter:...
Acceptance Criteria: 1. If activation fails due to the chosen server location becoming unavailable, set `NoSignalReason` to `ServerLocationUnavailable` and log that info to the console. 1. Functional test for this...
Introduce a state machine `NoSignalReason` to the Controller to determine what went wrong on activation. Possible values are `Unknown, NoInternetConnection, CaptivePortalDetected, FirewallDetected, ServerLocationUnavailable`. These will log the reason to the...
Acceptance Criteria: * If VPN goes into no signal after it is activated, reason is Unknown * Functional test for this scenario ┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/VPN-6201) ┆Reporter:...