Merge pull request #21 from outis1one/claude/read-repo-YMu21

security: require encryption for all sync channels, reduce activity l…
This commit is contained in:
Outis
2026-03-27 00:27:10 -04:00
committed by GitHub
5 changed files with 50 additions and 21 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
url: location.href,
});
// Trim
if (log.length > 200) log.length = 200;
if (log.length > 100) log.length = 100;
await api.storage.local.set({ ss_activity_log: log });
}
}