Technical comments removed

This commit is contained in:
lockbitchat
2025-08-16 21:15:03 -04:00
parent e4273f5150
commit 12de75f882
2 changed files with 22 additions and 39 deletions
+1 -2
View File
@@ -455,7 +455,7 @@ class EnhancedSecureWebRTCManager {
size: size,
isFakeTraffic: true,
source: 'fake_traffic_generator',
fakeId: crypto.getRandomValues(new Uint32Array(1))[0].toString(36) // Уникальный ID
fakeId: crypto.getRandomValues(new Uint32Array(1))[0].toString(36)
};
}
@@ -1253,7 +1253,6 @@ async processOrderedPackets() {
return 'FAKE_MESSAGE_FILTERED';
}
} catch (e) {
// Не JSON - это нормально для обычных сообщений
if (window.DEBUG_MODE) {
console.log('📝 Decrypted content is not JSON, treating as plain text message');
}