Merge pull request #5097 from rekup/fix/URLHAUS_ABUSE_CH

fix URLHAUS_ABUSE_CH check
This commit is contained in:
Niklas Meyer
2023-03-03 12:04:07 +01:00
committed by GitHub

View File

@@ -159,8 +159,8 @@ BAZAAR_ABUSE_CH {
} }
URLHAUS_ABUSE_CH { URLHAUS_ABUSE_CH {
type = "url"; type = "selector";
filter = "full"; selector = "urls";
map = "https://urlhaus.abuse.ch/downloads/text_online/"; map = "https://urlhaus.abuse.ch/downloads/text_online/";
score = 10.0; score = 10.0;
} }