From 35508595fa84367634aeda0ffd95d0fe738b8438 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Mon, 25 May 2026 22:54:23 -0700 Subject: [PATCH] docs(README): drop "(binary only)" qualifier on CloakBrowser row The Closed source label is enough; the parenthetical was extra noise. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c77ed9..5acbc7d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ The closest peer in the source-level patching space is **Camoufox** (Firefox, op | Engine | Firefox 150 | Firefox (~1 year old base) | Chromium | Chromium fork | Chromium fork | | Patch depth | C++ source | C++ source | C++ source (binary only) | JS overrides | JS overrides | | Maintenance | Active (weekly) | Gap (~1 year) | Active | Active SaaS | Active SaaS | -| Open source | ✅ MIT | ✅ MPL | ❌ Closed source (binary only) | ❌ Closed source | ❌ Closed source | +| Open source | ✅ MIT | ✅ MPL | ❌ Closed source | ❌ Closed source | ❌ Closed source | | `.toString()` clean | ✅ | ✅ | ✅ | ❌ Detectable shims | ❌ Detectable shims | | Canvas / WebGL / Audio | ✅ C++ | ⚠️ Drift vs current FF | ✅ C++ | ⚠️ JS override | ⚠️ JS override | | SOCKS5 auth | ✅ Patched | ❌ | ⚠️ Playwright proxy | ⚠️ Varies | ⚠️ Varies |