Minor manifest change
Build LinkLog Development Image / development-image (push) Successful in 8s

This commit is contained in:
2026-08-26 21:46:21 +02:00
parent ffb12a36b5
commit 5dbef8f23f
5 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Chat Log
### User
The Firefox plugin tests report that `strict_min_version` 112 is too low for `data_collection_permissions`, `storage.session`, and `permissions.request`.
### Assistant outcome
Raised the extension minimum Firefox version to 142.0, covering the reported desktop and Android manifest/API compatibility warnings. Updated the README to require Firefox 142 or newer.
### User
Implement SA-005: during startup reject missing or known development `LINKLOG_SECRET_KEY` in production, validate minimum length and entropy, require and validate the encryption key, and add fail-closed configuration tests.