Fix for 1231, show insight-url when is not default.
This commit is contained in:
parent
4741f12060
commit
8379f83c67
3 changed files with 11 additions and 0 deletions
|
|
@ -38,6 +38,11 @@ if (Object.keys(config.plugins).length)
|
|||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', modules);
|
||||
|
||||
copayApp.value('defaults', {
|
||||
livenetUrl: 'https://insight.bitpay.com:443',
|
||||
testnetUrl: 'https://test-insight.bitpay.com:443'
|
||||
});
|
||||
|
||||
copayApp.config(function($sceDelegateProvider) {
|
||||
$sceDelegateProvider.resourceUrlWhitelist([
|
||||
'self',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue