Skip to content

Commit 3a4d96a

Browse files
save file
1 parent 249ec40 commit 3a4d96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ <h3>
623623
}
624624

625625
var blob = await zip.generateAsync({type:'blob'});
626-
download(blob,`${root}.zip`;);
626+
download(blob,`${root}.zip`);
627627

628628
}//download
629629

0 commit comments

Comments
 (0)