Files
qBittorrent/src/webui/www/.htmlvalidate.json
2024-07-19 17:47:34 +08:00

13 lines
229 B
JSON

{
"extends": [
"html-validate:recommended"
],
"rules": {
"input-missing-label": "error",
"long-title": "off",
"no-inline-style": "off",
"no-missing-references": "error",
"prefer-button": "off"
}
}