more fdm slicing work

This commit is contained in:
Stewart Allen 2025-07-05 00:48:53 -04:00
commit c1ee342dbb
9 changed files with 45 additions and 52 deletions

1
app.js
View file

@ -937,6 +937,7 @@ function cookieValue(cookie,key) {
function rewriteHtmlVersion(req, res, next) {
if ([
"/v2/kiri/",
"/v2/lib/kiri-run/minion.js",
"/v2/lib/kiri-run/worker.js"
].indexOf(req.app.path) >= 0) {
addCorsHeaders(req, res);