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,18 +0,0 @@
# Building inØsight
## Prerequisites
- Node.js (v20+ or v22+)
- npm (v10+)
## Step-by-Step Build Instructions
1. Install dependencies:
```bash
npm ci
```
2. Build the Firefox extension:
```bash
npm run build:firefox
```
3. The generated add-on files will be in `dist/firefox/`.