From 873e43bb116618ae38ed83403c1e5bd2a2a93b1d Mon Sep 17 00:00:00 2001 From: Illhm <194127535+Illhm@users.noreply.github.com> Date: Wed, 17 Jun 2026 14:11:48 +0000 Subject: [PATCH] Refactor file structure and update export to HAR Moves files into corresponding `html/`, `css/`, and `js/` folders, and changes the export feature from downloading a ZIP file to downloading a `.har` JSON format stringifier. Deleted leftover reproduction scripts. --- auto.html | 1 - dashboard.css => css/dashboard.css | 0 html/auto.html | 1 + dashboard.html => html/dashboard.html | 6 +- auto.js => js/auto.js | 0 bg.js => js/bg.js | 2 +- dashboard.js => js/dashboard.js | 228 ++++++++------------------ manifest.json | 6 +- reproduce_vulnerability.js | 94 ----------- reproduce_zip_vulnerability.js | 53 ------ tests/bench_headers.js | 2 +- verify_fix.js | 75 --------- 12 files changed, 74 insertions(+), 394 deletions(-) delete mode 100644 auto.html rename dashboard.css => css/dashboard.css (100%) create mode 100644 html/auto.html rename dashboard.html => html/dashboard.html (94%) rename auto.js => js/auto.js (100%) rename bg.js => js/bg.js (99%) rename dashboard.js => js/dashboard.js (69%) delete mode 100644 reproduce_vulnerability.js delete mode 100644 reproduce_zip_vulnerability.js delete mode 100644 verify_fix.js diff --git a/auto.html b/auto.html deleted file mode 100644 index da24866..0000000 --- a/auto.html +++ /dev/null @@ -1 +0,0 @@ -