mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 02:42:45 +00:00
change default filter for the admin
This commit is contained in:
@@ -218,6 +218,7 @@ export default class AnonymizedFile {
|
||||
res.header("Accept-Ranges", "none");
|
||||
try {
|
||||
const fileInfo = await storage.fileInfo(this.originalCachePath);
|
||||
// the text files may be anonymized and therefore the size may be different
|
||||
if (!isTextFile(this.anonymizedPath) && fileInfo.size) {
|
||||
res.header("Content-Length", fileInfo.size.toString());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user