Skip to content

Commit

Permalink
Change DBP staging URL to devtesting machine (#1783)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/72649045549333/1205813767772846
Tech Design URL:
CC:

**Description**:
Moves the web ui temporarily to a devtesting machine for faster
iteration during the Ship Review.

**Steps to test this PR**:
1. 

<!--
Tagging instructions
If this PR isn't ready to be merged for whatever reason it should be
marked with the `DO NOT MERGE` label (particularly if it's a draft)
If it's pending Product Review/PFR, please add the `Pending Product
Review` label.

If at any point it isn't actively being worked on/ready for
review/otherwise moving forward (besides the above PR/PFR exception)
strongly consider closing it (or not opening it in the first place). If
you decide not to close it, make sure it's labelled to make it clear the
PRs state and comment with more information.
-->

---
###### Internal references:
[Pull Request Review
Checklist](https://app.asana.com/0/1202500774821704/1203764234894239/f)
[Software Engineering
Expectations](https://app.asana.com/0/59792373528535/199064865822552)
[Technical Design
Template](https://app.asana.com/0/59792373528535/184709971311943)
[Pull Request
Documentation](https://app.asana.com/0/1202500774821704/1204012835277482/f)
  • Loading branch information
brianhall authored Oct 26, 2023
1 parent 24f7080 commit 7e48525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import Combine
final public class DataBrokerProtectionViewController: NSViewController {

private enum Constants {
static let dbpUiUrl = "https://duckduckgo.com/dbp"
static let dbpUiUrl = "https://use-devtesting18.duckduckgo.com/dbp"
}

private let dataManager: DataBrokerProtectionDataManaging
Expand Down

0 comments on commit 7e48525

Please sign in to comment.