Skip to content

Commit

Permalink
Add run-v2.ooni.org to valid redirection URLs (#841)
Browse files Browse the repository at this point in the history
* Add run-v2.ooni.org to valid redirection URLs

* Add run-v2.ooni.org to valid URLs in all places
  • Loading branch information
majakomel authored Apr 23, 2024
1 parent 5637d69 commit 9223f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/ooniapi/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ def validate_redirect_url(rt_url: str) -> Tuple[str, str]:
"explorer.test.ooni.org",
"run.ooni.io",
"run.test.ooni.org",
"run-v2.ooni.org",
"test-lists.ooni.org",
"test-lists.test.ooni.org",
)
Expand Down
1 change: 1 addition & 0 deletions ooniapi/services/ooniauth/src/ooniauth/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"explorer.test.ooni.org",
"run.ooni.io",
"run.test.ooni.org",
"run-v2.ooni.org",
"test-lists.ooni.org",
"test-lists.test.ooni.org",
)
Expand Down

0 comments on commit 9223f48

Please sign in to comment.