Overview
Comment: | Ensure externally connectable IDs are present |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | e04736eb53989dcc45890c62e78135f17618d640 |
User & Date: | rkeene on 2019-01-31 13:29:43 |
Other Links: | manifest | tags |
Context
2019-01-31
| ||
15:04 | Added support for x509v3-ssh-rsa and x509v3-sign-rsa to agent check-in: 648368d41d user: rkeene tags: trunk | |
13:29 | Ensure externally connectable IDs are present check-in: e04736eb53 user: rkeene tags: trunk | |
13:25 | Better handling for unapproved apps and dealing with non-RSA signing attempts check-in: d756b0ea34 user: rkeene tags: trunk | |
Changes
Modified build/chrome/manifest.json.in from [46508e25a5] to [5fb3c02ed9].
21 21 "persistent": false 22 22 } 23 23 }, 24 24 25 25 "permissions": [ 26 26 "certificateProvider", 27 27 "alwaysOnTopWindows" 28 - ] 28 + ], 29 + "externally_connectable": { 30 + "ids": [ 31 + "pnhechapfaindjhompbnflcldabbghjo", 32 + "okddffdblfhhnmhodogpojmfkjmhinfp" 33 + ] 34 + } 29 35 }