From 5e1096d4c4437b2efd7dcf2874db2e1f3eafe601 Mon Sep 17 00:00:00 2001 From: Charlotte Gaskell Date: Fri, 11 Apr 2025 16:19:17 +0100 Subject: [PATCH] feat(presets): Add WineHQ preset --- data/sites.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/sites.json b/data/sites.json index d66a4da..f7b7349 100644 --- a/data/sites.json +++ b/data/sites.json @@ -565,6 +565,10 @@ "Wikipedia": { "minLength": 1 }, + "WineHQ": { + "minLength": 6, + "requirements": ["cap", "low", "num"] + }, "Wordpress": { "minLength": 6, "chars": "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[]^_`{|}~",