Skip to content
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

[wip] Set new updater url #2

Merged
merged 2 commits into from Jul 20, 2018
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Set new updater url

  • Loading branch information
RyanJarv committed Jul 11, 2018
commit 1a8114b9c3e77867649622b945b4e9ee902dcf7a
@@ -58,30 +58,30 @@ const TCHAR* const kGoopdateServer = _T("tools.") COMPANY_DOMAIN;
// The channel for update checks is secured by using CUP to sign the messages.
// It does not depend solely on https security in any case.
const TCHAR* const kUrlUpdateCheck =
_T("https://updates-test.bravesoftware.com/service/update2");
_T("https://updates.bravesoftware.com/service/update2");

// Pings.
const TCHAR* const kUrlPing =
_T("https://updates-test.bravesoftware.com/service/update2");
_T("https://updates.bravesoftware.com/service/update2");

// The urls below never fall back to http.
//
// Crash reports.
const TCHAR* const kUrlCrashReport =
_T("https://updates-test.bravesoftware.com/cr/report");
_T("https://updates.bravesoftware.com/cr/report");

// More information url.
// Must allow query parameters to be appended to it.
const TCHAR* const kUrlMoreInfo =
_T("https://updates-test.bravesoftware.com/support/installer/?");
_T("https://updates.bravesoftware.com/support/installer/?");

// Code Red check url.
const TCHAR* const kUrlCodeRedCheck =
_T("https://updates-test.bravesoftware.com/service/check2");
_T("https://updates.bravesoftware.com/service/check2");

// Usage stats url.
const TCHAR* const kUrlUsageStatsReport =
_T("https://updates-test.bravesoftware.com/tbproxy/usagestats");
_T("https://updates.bravesoftware.com/tbproxy/usagestats");

} // namespace omaha

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.