Use 11-character signatures and detect headers across WBR

This commit is contained in:
2026-09-17 22:10:12 -07:00
parent a312b1f58a
commit f8935c656c
24 changed files with 363 additions and 101 deletions

View File

@@ -1,9 +1,10 @@
{
"name": "inzerosight",
"version": "3.2.0",
"version": "3.3.0",
"private": true,
"type": "module",
"scripts": {
"test": "bun test sig.test.js content.test.js",
"dev": "vite --mode chrome",
"build:web": "vite build --mode web",
"build:firefox": "vite build --mode firefox",