Update to pre-release version. Removed logging that was used for debugging. Added typing of files that the user sends with size restrictions.

This commit is contained in:
lockbitchat
2025-08-21 17:40:17 -04:00
parent 3eab0588db
commit cef5654cf8
9 changed files with 522 additions and 177 deletions

4
sw.js
View File

@@ -1,5 +1,5 @@
// SecureBit.chat Service Worker
// Enhanced Security Edition v4.01.222
// Enhanced Security Edition v4.01.412
const CACHE_NAME = 'securebit-v4.0.3';
const STATIC_CACHE = 'securebit-static-v4.0.3';
@@ -352,4 +352,4 @@ self.addEventListener('unhandledrejection', (event) => {
console.error('❌ Service Worker unhandled rejection:', event.reason);
});
console.log('🔧 SecureBit.chat Service Worker loaded - Enhanced Security Edition v4.01.222');
console.log('🔧 SecureBit.chat Service Worker loaded - Enhanced Security Edition v4.01.412');