25 lines
1.2 KiB
C++
25 lines
1.2 KiB
C++
/* Copyright (c) 2019 The Brave Authors. All rights reserved.
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
#include "brave/common/url_constants.h"
|
|
|
|
const char kChromeExtensionScheme[] = "chrome-extension";
|
|
const char kBraveUIScheme[] = "brave";
|
|
const char kMagnetScheme[] = "magnet";
|
|
const char kBinanceScheme[] = "com.brave.binance";
|
|
const char kGeminiScheme[] = "com.brave.gemini";
|
|
const char kWidevineMoreInfoURL[] = "https://www.eff.org/issues/drm";
|
|
const char kWidevineTOS[] = "https://policies.google.com/terms";
|
|
const char kRewardsUpholdSupport[] = "https://uphold.com/en/brave/support";
|
|
const char kP3ALearnMoreURL[] = "https://brave.com/P3A";
|
|
const char kP3ASettingsLink[] = "chrome://settings/privacy";
|
|
const char kImportDataHelpURL[] =
|
|
"https://support.brave.com/hc/en-us/articles/360019782291#safari";
|
|
const char kCryptoWalletsLearnMoreURL[] =
|
|
"https://support.brave.com/hc/en-us/articles/360034535452";
|
|
const char kPermissionPromptLearnMoreUrl[] =
|
|
"https://github.com/brave/brave-browser/wiki/Web-API-Permissions";
|