Removed unused exclusion alert field

This commit is contained in:
Matteo Biscosi 2021-02-16 17:04:40 +01:00
parent 85c135acb1
commit 161ca6afc5

View file

@ -170,13 +170,6 @@ local available_subdirs = {
return flow.getnDPICategoryId() == val
end
},
dns_last_query = {
lint = http_lint.validateSingleWord,
match = function(context, val)
-- Check for equality on either the master or application ids
return flow.getDnsQuery() == val
end
},
-- info = http_lint.validateUnquoted,
},