This commit is contained in:
2026-01-09 08:47:23 +01:00
parent 26a47e96e0
commit ff1f842e8e

View File

@@ -159,6 +159,8 @@ class FileHandler:
value = value.rstrip("/")
return value
return value
if option == "block-ua":
return []
return None
def read_new_config(self, option, host=None):