Files
qBittorrent/src/webui/www/.htmlvalidate.json
2024-07-15 17:12:20 +08:00

15 lines
253 B
JSON

{
"extends": [
"html-validate:recommended"
],
"rules": {
"long-title": "off",
"no-inline-style": "off",
"prefer-button": "off",
"text-content": "off",
"void-style": "off",
"wcag/h63": "off",
"wcag/h71": "off"
}
}