mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Use keyserver.ubuntu.com for manual lookups in the app
This commit is contained in:
parent
da639b5a69
commit
443cc3b59b
@ -13,7 +13,7 @@ module.exports = appCfg;
|
||||
*/
|
||||
appCfg.config = {
|
||||
cloudUrl: 'https://keys.whiteout.io',
|
||||
hkpUrl: 'https://pgp.mit.edu',
|
||||
hkpUrl: 'http://keyserver.ubuntu.com',
|
||||
privkeyServerUrl: 'https://keychain.whiteout.io',
|
||||
adminUrl: 'https://admin-node.whiteout.io',
|
||||
settingsUrl: 'https://settings.whiteout.io/autodiscovery/',
|
||||
|
@ -20,7 +20,7 @@ var PublickeyImportCtrl = function($scope, $q, keychain, pgp, hkp, dialog, appCo
|
||||
// scope variables
|
||||
//
|
||||
|
||||
$scope.hkpUrl = appConfig.config.hkpUrl.replace('https://', '');
|
||||
$scope.hkpUrl = appConfig.config.hkpUrl.replace(/http[s]?:\/\//, '');
|
||||
|
||||
//
|
||||
// scope functions
|
||||
|
Loading…
Reference in New Issue
Block a user