From 9012f61d411ac43cb3abeefd9b806aa856244b3a Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker <caarlos0@gmail.com> Date: Wed, 12 Aug 2020 18:28:35 -0300 Subject: [PATCH] fix: htmltest config refs #1745 Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com> --- www/htmltest.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/htmltest.yml b/www/htmltest.yml index c42fc4fbf..3a961273f 100644 --- a/www/htmltest.yml +++ b/www/htmltest.yml @@ -8,6 +8,6 @@ IgnoreDirs: - overrides IgnoreDirectoryMissingTrailingSlash: true IgnoreAltMissing: true -# HTTPHeaders: -# "Range": "bytes=0-10" -# "Accept": "*/*" +HTTPHeaders: + "Range": "bytes=0-10" + "Accept": "*/*"