- Issue created by @Grevil
Currently, in the "Search404Controller" config values are not sanitized enough. This is especially the case for "search404_ignore_extensions" and "search404_ignore_query".
Taken from @Anybody inside https://git.drupalcode.org/project/search404/-/merge_requests/12:
We might be so kind here to
Alternatively, we could NOT do that and instead add a validation which checks for:
Same validation helper should be used for search404_ignore_query.
Active
2.0
Code