Skip to content

Commit 5e1096d

Browse files
committed
feat(presets): Add WineHQ preset
1 parent 3f5bfcd commit 5e1096d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

data/sites.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@
565565
"Wikipedia": {
566566
"minLength": 1
567567
},
568+
"WineHQ": {
569+
"minLength": 6,
570+
"requirements": ["cap", "low", "num"]
571+
},
568572
"Wordpress": {
569573
"minLength": 6,
570574
"chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[]^_`{|}~",

0 commit comments

Comments
 (0)