-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VPN configuration removal to stop the tunnel #2991
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 task
github-actions
bot
added
the
bot: not in app board
Added by automation for pull requests with tasks not added to macOS App Board Asana project
label
Jul 18, 2024
diegoreymendez
removed
the
bot: not in app board
Added by automation for pull requests with tasks not added to macOS App Board Asana project
label
Jul 18, 2024
1 task
samsymons
approved these changes
Jul 19, 2024
diegoreymendez
added a commit
to duckduckgo/BrowserServicesKit
that referenced
this pull request
Jul 19, 2024
…onitors (#900) Task/Issue URL: https://app.asana.com/0/1207603085593419/1207832283330964/f iOS PR: duckduckgo/iOS#3099 macOS PR: duckduckgo/macos-browser#2991 What kind of version bump will this require?: Patch **Optional**: Tech Design URL: CC: ## Description: Fix the VPN configuration removal handling in the extension to stop the tunnel.
diegoreymendez
added a commit
to duckduckgo/iOS
that referenced
this pull request
Jul 19, 2024
Task/Issue URL: https://app.asana.com/0/1207603085593419/1207832283330964/f macOS PR: duckduckgo/macos-browser#2991 BSK PR: duckduckgo/BrowserServicesKit#900 ## Description: Fix the VPN configuration removal handling in the extension to stop the tunnel.
samsymons
added a commit
that referenced
this pull request
Jul 19, 2024
# By Tom Strba (3) and others # Via GitHub (2) and Dominik Kapusta (1) * main: SERP version flag removed (#2998) Fix VPN configuration removal to stop the tunnel (#2991) Readme & Contribute changes (#2982) Automatic updates (#2938) Add support for skipping sending usage pixels for remote messages (#2994) Bump version to 1.97.0 (229) Update vertical spacing in New Tab Page (#2986) Bump version to 1.97.0 (228) VPN no longer binds to a fixed listening port (#2992) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
samsymons
added a commit
that referenced
this pull request
Jul 19, 2024
# By Dax the Duck (3) and others # Via GitHub (3) and Dominik Kapusta (1) * main: Add attribute for checking for deprecated Mac remote message interaction (#2995) SERP version flag removed (#2998) Fix VPN configuration removal to stop the tunnel (#2991) Readme & Contribute changes (#2982) Automatic updates (#2938) Add support for skipping sending usage pixels for remote messages (#2994) Bump version to 1.97.0 (229) Update vertical spacing in New Tab Page (#2986) Bump version to 1.97.0 (228) Bump Submodules/privacy-reference-tests from `a603ff9` to `afb4f61` (#2984) Updates BSK 171.2.3 VPN no longer binds to a fixed listening port (#2992) Bump version to 1.97.0 (227) # Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/0/1207603085593419/1207832283330964/f
iOS PR: duckduckgo/iOS#3099
BSK PR: duckduckgo/BrowserServicesKit#900
Description:
Fix the VPN configuration removal handling in the extension to stop the tunnel.
Testing:
There's an option in the debug menu to remove the VPN configuration.
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation