From 3a34ba8098efcd68819d5c5f0a02c6399fafb0d5 Mon Sep 17 00:00:00 2001 From: Bruvv Date: Sat, 1 Jan 2022 12:38:09 +0100 Subject: [PATCH] will this fix the selection only? --- whoogle/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whoogle/config.json b/whoogle/config.json index 776f599a8..7275299c4 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -27,8 +27,8 @@ }, "schema": { "TZ": "str", - "HTTPS_ONLY": "int(,1)?", - "WHOOGLE_AUTOCOMPLETE": "int(0,1)?", + "HTTPS_ONLY": "list(0|1)?", + "WHOOGLE_AUTOCOMPLETE": "float(0,1)?", "WHOOGLE_CONFIG_DISABLE": "int(0,1)?", "WHOOGLE_CONFIG_VIEW_IMAGE": "int(0,1)?", "WHOOGLE_CSP": "int(0,1)?",