Skip to content

Commit 160ff83

Browse files
save file
1 parent 83bf07f commit 160ff83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

blog/25-12-04/bypass-csp/bypass-csp.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ <h3>
523523

524524
jszip = jszip.default;
525525
}
526+
527+
return {jszip};
526528

527529
}//load_jszip
528530

@@ -539,7 +541,7 @@ <h3>
539541

540542
var err;
541543
await Promise.all(
542-
file.map(async file=>{
544+
files.map(async file=>{
543545

544546
var fn = file.split('/').at(-1);
545547
var {blob,error} = await get(file);

0 commit comments

Comments
 (0)