v0.10.0
Minor Enhancements
- If a parent node has the
data-proofer-ignore
tag all its children will be ignored. Previously this needed to be applied to every child that required it. - Th enforce HTTPS check now respects the
data-proofer-ignore
tag.
Changelog
3616984 Add IgnoreURL logic to enforceHTTPS
8200c4e Add govcr to module spec, somehow missed before
4524349 Add test modules
39662b0 Fix panic when meta url starts with single or double quote
fc9036d Implement ignoring element & children with IgnoreTagAttribute
d0dafaf Remove ignoring logic from checks, done at parse now
7bed0d5 go fmt