diff --git a/checkpoint.js b/checkpoint.js index 238ea60..69a7e27 100644 --- a/checkpoint.js +++ b/checkpoint.js @@ -737,7 +737,7 @@ function CheckpointMiddleware() { } } - // Skip checkpoint for requests that don't accept HTML + // Skip checkpoint for requests that don't accept HTML or are for audio/video if (!req.accepts('html')) { return next(); }