Differences From Artifact [7141592f34]:
- File build/chrome/ssh-agent.js — part of check-in [fd3c997789] at 2019-02-04 23:17:59 on branch trunk — Better matching of requested blob to one of our certificates (user: rkeene, size: 16802) [annotate] [blame] [check-ins using]
To Artifact [f9156a50f9]:
- File build/chrome/ssh-agent.js — part of check-in [eb5db5feea] at 2019-02-06 17:58:12 on branch trunk — Disable SSH Agent by default for this release (user: rkeene, size: 16803) [annotate] [blame] [check-ins using] [more...]
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"okddffdblfhhnmhodogpojmfkjmhinfp"
];
/*
* XXX:TODO: Expose UI for this
*/
cackeySSHAgentFeatures = {
enabled: true,
includeKeys: true,
includeCerts: true,
legacy: false
};
/*
* Feature support checking
|
| |
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
"okddffdblfhhnmhodogpojmfkjmhinfp"
];
/*
* XXX:TODO: Expose UI for this
*/
cackeySSHAgentFeatures = {
enabled: false,
includeKeys: true,
includeCerts: true,
legacy: false
};
/*
* Feature support checking
|