Skip to content

Commit

Permalink
BSK Bump - Defaults internal Privacy Pro links to /subscriptions
Browse files Browse the repository at this point in the history
Previously, default Privacy Pro links were sent to `/subscriptions/welcome`, and the frontend redirected to `/subscriptions`.

Currently, this will still result in a redirect to `/subscriptions/welcome` for subscribed users—effectively a no-op. After an upcoming frontend release, this will show `/subscriptions` with a link to `/subscriptions/welcome`.
  • Loading branch information
aataraxiaa committed Jan 15, 2025
1 parent ca9cfb3 commit 752fab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -15365,8 +15365,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/BrowserServicesKit";
requirement = {
kind = exactVersion;
version = 224.6.2;
kind = revision;
revision = aba14e440b42ade0111da01b7579b28a22c3c027;
};
};
9FF521422BAA8FF300B9819B /* XCRemoteSwiftPackageReference "lottie-spm" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/BrowserServicesKit",
"state" : {
"revision" : "a2a5a32d111aadac6316db4cc629e5dd635939ba",
"version" : "224.6.2"
"revision" : "aba14e440b42ade0111da01b7579b28a22c3c027"
}
},
{
Expand Down

0 comments on commit 752fab6

Please sign in to comment.