Add secure flag back (#3244)
This commit is contained in:
parent
d18bb9d152
commit
51aa0e28eb
@ -58,7 +58,8 @@ const builtinApps = [
|
|||||||
name: 'GitHub Hint',
|
name: 'GitHub Hint',
|
||||||
description: 'A mapping of GitHub URLs to hashes for use in contracts as references',
|
description: 'A mapping of GitHub URLs to hashes for use in contracts as references',
|
||||||
author: 'Parity Team <admin@ethcore.io>',
|
author: 'Parity Team <admin@ethcore.io>',
|
||||||
version: '1.0.0'
|
version: '1.0.0',
|
||||||
|
secure: true
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user