Commit e29c5b15 authored by Jens Giessmann's avatar Jens Giessmann

add img/download to ignoreLanguageUrlPatterns

parent f1d20fff
Pipeline #82424 passed with stage
in 4 minutes and 26 seconds
......@@ -379,6 +379,7 @@ return [
'ignoreLanguageUrlPatterns' => [
// route pattern => url pattern
'#^img/stream#' => '#^img/stream#',
'#^img/download#' => '#^img/download#',
'#^filefly/api#' => '#^filefly/api#'
],
'languages' => $languages,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment