gjtorikian / html-proofer

Test your rendered HTML files to make sure they're accurate.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable internal/external cache altogether if not timeframe is specified

riccardoporreca opened this issue · comments

This follows up on #708, where support for separate timeframe for internal/external cache was introduced.

At the moment, if any of the two is not specified, the corresponding cache is still enabled but considered as always expired. Instead, one can disable the corresponding cache.

A simple extension to support this is proposed in PR #736