зеркало из https://github.com/mozilla/pjs.git
Fix typo in last commit; use asterisks in place of auth header
This commit is contained in:
Родитель
2355ae3aa7
Коммит
258dcf0e8d
|
@ -106,7 +106,7 @@ DAVCollection.prototype = {
|
|||
let key;
|
||||
for (key in headers) {
|
||||
if (key == 'Authentication')
|
||||
this._log.debug("HTTP Header " + key + ": (supressed)");
|
||||
this._log.debug("HTTP Header " + key + ": ***** (suppressed)");
|
||||
else
|
||||
this._log.debug("HTTP Header " + key + ": " + headers[key]);
|
||||
request.setRequestHeader(key, headers[key]);
|
||||
|
|
Загрузка…
Ссылка в новой задаче