Version static app assets for CDN releases

This commit is contained in:
2026-07-30 18:37:39 -04:00
parent 792714c6d5
commit eec422661b
22 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ test("strict CSP/static modules, no-store data, auth lifecycle, and ownership sh
assert.equal(login.status, 200);
assert.match(
login.text,
/<script type="module" src="\/js\/login\.js"><\/script>/,
/<script type="module" src="\/js\/login\.js\?v=[^"]+"><\/script>/,
);
assert.equal((await anonymous.get("/signup")).status, 200);
assert.equal((await anonymous.get("/forgot")).status, 200);