diff --git a/linter-configs/htmltest.yml b/linter-configs/htmltest.yml index 8bb5828..cce0cc9 100644 --- a/linter-configs/htmltest.yml +++ b/linter-configs/htmltest.yml @@ -1,7 +1,7 @@ DirectoryPath: "public" IgnoreDirs: - "search" -CacheExpires: "72h" # three days +CacheExpires: "96h" # four days CheckFavicon: true EnforceHTML5: true IgnoreAltMissing: true # an empty alt makes presentation-role explicit, it's not a defect.