mirror of
https://github.com/pi-hole/web.git
synced 2026-07-08 07:24:02 +01:00
fbe9516cbe
If you had these in the regex list: - example\.com - example - ^example.* And you removed "example", then the list would look like this: - \.com - ^.* This behavior is fixed. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>