| Index: components/security_interstitials/core/browser/resources/ssl.js
|
| diff --git a/components/security_interstitials/core/browser/resources/ssl.js b/components/security_interstitials/core/browser/resources/ssl.js
|
| index 2c1a2b572bd27725d65c0d9959a31cbccf59f333..4f180d38bfbebe7aa62c7d1d1c3770591569c9c7 100644
|
| --- a/components/security_interstitials/core/browser/resources/ssl.js
|
| +++ b/components/security_interstitials/core/browser/resources/ssl.js
|
| @@ -12,7 +12,8 @@ function setupSSLDebuggingInfo() {
|
| appendDebuggingField('Issuer', loadTimeData.getString('issuer'));
|
| appendDebuggingField('Expires on', loadTimeData.getString('expirationDate'));
|
| appendDebuggingField('Current date', loadTimeData.getString('currentDate'));
|
| - appendDebuggingField('PEM encoded chain', loadTimeData.getString('pem'));
|
| + appendDebuggingField('PEM encoded chain', loadTimeData.getString('pem'),
|
| + true);
|
|
|
| $('error-code').addEventListener('click', toggleDebuggingInfo);
|
| }
|
|
|