docs: cross-host decryption guide and comment cleanup (#614)

* docs(readme): document cross-host decryption workflow

* docs: drop RFC citations and what-comments
This commit is contained in:
Roger
2026-06-13 21:17:00 +08:00
committed by GitHub
parent dc610d3c63
commit 2860bb82f9
31 changed files with 176 additions and 103 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import "fmt"
// copyLocked is not supported on non-Windows platforms and always returns an error.
// File locking is primarily a Windows issue where Chrome holds exclusive
// locks on Cookie files via SQLite WAL mode.
// locks on Cookie files via PRAGMA locking_mode=EXCLUSIVE.
func copyLocked(_, _ string) error {
return fmt.Errorf("locked file copy not supported on this platform")
}