@@ -383,7 +383,7 @@ startServer();
const url = URL.createObjectURL(blob);
const a = document.createElement('a');
a.href = url;
a.download = 'backend_proxy.cjs';
a.download = 'webftp-backend.exe';
document.body.appendChild(a);
a.click();
document.body.removeChild(a);
The note is not visible to the blocked user.