mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Strip more false positives from htmltest
This commit is contained in:
parent
857bf5fd96
commit
4eefc13508
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,7 @@ EnforceHTML5: true
|
||||||
IgnoreAltMissing: false
|
IgnoreAltMissing: false
|
||||||
IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect.
|
IgnoreAltEmpty: true # an empty alt makes presentation-role explicit, it's not a defect.
|
||||||
EnforceHTTPS: true
|
EnforceHTTPS: true
|
||||||
ExternalTimeout: 10
|
ExternalTimeout: 20
|
||||||
HTTPConcurrencyLimit: 128
|
HTTPConcurrencyLimit: 128
|
||||||
IgnoreHTTPS:
|
IgnoreHTTPS:
|
||||||
- "http://192.168.1"
|
- "http://192.168.1"
|
||||||
|
@ -57,4 +57,6 @@ IgnoreURLs:
|
||||||
- "https://herd.bovid.space/@garbados"
|
- "https://herd.bovid.space/@garbados"
|
||||||
- "https://make.wordpress.org/accessibility/handbook/markup/infinite-scroll/"
|
- "https://make.wordpress.org/accessibility/handbook/markup/infinite-scroll/"
|
||||||
- "https://www.reddit.com/user/Seirdy/" # reddit blocks htmltest
|
- "https://www.reddit.com/user/Seirdy/" # reddit blocks htmltest
|
||||||
|
- "https://io.netgarage.org/me/" # some clients give a TLS failure but recent browsers seem to work.
|
||||||
|
- "https://openai.com/blog/openai-codex/" # false positive
|
||||||
OutputDir: "linter-configs/htmltest"
|
OutputDir: "linter-configs/htmltest"
|
||||||
|
|
Loading…
Reference in a new issue