Add check for possible duplicate filters, consolidate duplicate filters

This commit is contained in:
Pieter Vander Vennet 2022-09-24 03:33:09 +02:00
parent f0c7c65d8d
commit dadba86faf
9 changed files with 236 additions and 154 deletions

View file

@ -170,6 +170,7 @@
],
"filter": [
{
"#": "ignore-possible-duplicate",
"id": "public-access",
"options": [
{
@ -186,4 +187,4 @@
]
}
]
}
}