Check-in [e04736eb53]
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
22
23
24
25
26
27





28
29

			"persistent": false
		}
	},

	"permissions": [
		"certificateProvider",
		"alwaysOnTopWindows"





	]
}








>
>
>
>
>
|
|
>
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
			"persistent": false
		}
	},

	"permissions": [
		"certificateProvider",
		"alwaysOnTopWindows"
	],
	"externally_connectable": {
		"ids": [
			"pnhechapfaindjhompbnflcldabbghjo",
			"okddffdblfhhnmhodogpojmfkjmhinfp"
		]
	}
}