Correct 2nd Iter: Ignore subject with slashes (/).

Upon checking the lastest release after merging #2433, I noticed
that some subjects with slashes goes through.

This patch fixes that by ignoring subjects which contains slashes.
This commit is contained in:
funilrys
2023-09-08 18:45:30 +02:00
parent 16f0e134ab
commit 870ade3522
2 changed files with 3 additions and 0 deletions

View File

@@ -843,6 +843,7 @@ class TestNormalizeRule(BaseStdout):
"::1",
"0.0.0.0 128.0.0.2",
"0.1.2.3 foo/bar",
"0.3.4.5 example.org/hello/world",
"0.0.0.0 https",
"0.0.0.0 https..",
]: