Skip to content

Commit

Permalink
Merge pull request #2758 from brave/fix/5001
Browse files Browse the repository at this point in the history
Remove laptop-updates-staging.herokuapp.com from allowed patterns
  • Loading branch information
diracdeltas authored Jun 20, 2019
2 parents d0cea0b + 0769e39 commit 769a492
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions browser/net/brave_static_redirect_network_delegate_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ int OnBeforeURLRequest_StaticRedirectWork(
// hardcoding the server name here
URLPattern(URLPattern::SCHEME_HTTPS,
"https://laptop-updates.brave.com/*"),
URLPattern(URLPattern::SCHEME_HTTPS,
"https://laptop-updates-staging.herokuapp.com/*"),
// CRX file download
URLPattern(URLPattern::SCHEME_HTTPS,
"https://brave-core-ext.s3.brave.com/release/*"),
Expand Down

0 comments on commit 769a492

Please sign in to comment.