Add secure flag back (#3244)

This commit is contained in:
Jaco Greeff 2016-11-07 20:07:08 +01:00 committed by Gav Wood
parent d18bb9d152
commit 51aa0e28eb
1 changed files with 2 additions and 1 deletions

View File

@ -58,7 +58,8 @@ const builtinApps = [
name: 'GitHub Hint',
description: 'A mapping of GitHub URLs to hashes for use in contracts as references',
author: 'Parity Team <admin@ethcore.io>',
version: '1.0.0'
version: '1.0.0',
secure: true
}
];