Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Commit cb57cac

Browse files
kevinlawlerbbondy
authored andcommitted
move muon extension constants into js/constants
#9584 Auditors: bridriver Test Plan: Verify extensions+Widevine all load in Release copy with clean brave-development dir
1 parent a2a7ddd commit cb57cac

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

js/constants/config.js

-13
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,6 @@ module.exports = {
4747
authUrl: (userId) => `${vaultHost}/v1/users/${userId}`,
4848
replacementUrl: adHost
4949
},
50-
// The SHA256 of the SubjectPublicKeyInfo used to sign the extension.
51-
// PublicKeySHA256 can be generated by first downloading the CRX with
52-
// one of the URLs below. Then using:
53-
// ./script/get-extension-public-key-sha256.py <crx_path>
54-
55-
// Registers a component which either already exists or not for updates
56-
// require('electron').remote.componentUpdater.registerComponent(extensionId) // NOLINT
57-
//
58-
// Removes any existing extension and performs an install now.
59-
// componentUpdater.registerComponent must have been called.
60-
// require('electron').remote.componentUpdater.checkNow(extensionId) // NOLINT
6150
widevineComponentId: 'oimompecagnajdejgnnjijobebaeigek',
6251
widevineComponentPublicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCmhe+02cLPPAViaevk/fzODKUnb/ysaAeD8lpE9pwirV6GYOm+naTo7xPOCh8ujcR6Ryi1nPTq2GTG0CyqdDyOsZ1aRLuMZ5QqX3dJ9jXklS0LqGfosoIpGexfwggbiLvQOo9Q+IWTrAO620KAzYU0U6MV272TJLSmZPUEFY6IGQIDAQAB',
6352
braveExtensionId: 'mnojpmjdmbbfmejpflffifhffcmidifd',
@@ -84,8 +73,6 @@ module.exports = {
8473
honeyExtensionPublicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC79mayLyuCYY/dyT7Ycr1sVBp9yHrY4mnogVEgu+sDT6+/A121Na+aTw6mFLD6LHgbgHt4fnQ2V/QwcfBSXRTSkGpgNsZAjnYs4/XzZQYKGltWT93EP9zXN1kGbtzfkPGzTakquCfOjbKtbAQKWh8ppzqLhWcRUn9g/PhU99F29QIDAQAB',
8574
pinterestExtensionId: 'gpdjojdkbbmdfjfahjcgigfpmkopogic',
8675
pinterestExtensionPublicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDB95q2hyt49ZDuVnYI91XaZhqQkbXu0X3fzoNxPxhFbfqGKwtts90LJ7lD5DCIfnBg8WGFhp3eW4GxOglAKrnksmJoyAD5PnSAufx8fD3trZvo/ZAqFx1x5Xm3Rm34EgvVXdralgHSYiqcEU/FX3kYnLLhr2TS4lcrsn1KZd/lcQIDAQAB',
87-
metamaskExtensionId: 'nkbihfbeogaeaoehlefnkodbefgpgknn',
88-
metamaskPublicKey: 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlcgI4VVL4JUvo6hlSgeCZp9mGltZrzFvc2Asqzb1dDGO9baoYOe+QRoh27/YyVXugxni480Q/R147INhBOyQZVMhZOD5pFMVutia9MHMaZhgRXzrK3BHtNSkKLL1c5mhutQNwiLqLtFkMSGvka91LoMEC8WTI0wi4tACnJ5FyFZQYzvtqy5sXo3VS3gzfOBluLKi7BxYcaUJjNrhOIxl1xL2qgK5lDrDOLKcbaurDiwqofVtAFOL5sM3uJ6D8nOO9tG+T7hoobRFN+nxk43PHgCv4poicOv+NMZQEk3da1m/xfuzXV88NcE/YRbRLwAS82m3gsJZKc6mLqm4wZHzBwIDAQAB',
8976
coinbaseOrigin: 'https://buy.coinbase.com',
9077
newtab: {
9178
fallbackImage: {

0 commit comments

Comments
 (0)