Marius Podean
Results
2
issues of
Marius Podean
possible fix: clear all log contents before adding new ones notify: function (message, type, wait) { .... //clear all log contents before adding new ones while (elLog.firstChild) { elLog.removeChild(elLog.firstChild); };
## What is the underlying problem you're trying to solve? In some scenarios it is not feasible to have stored on disk unprotected, sensitive (m)TLS files, such as the server...
feature-request
inactive