Polish "Include /fonts/** to common static locations"
See gh-46208
This commit is contained in:
parent
74daedff76
commit
3f2e1b2466
|
@ -51,6 +51,7 @@ class StaticResourceRequestTests {
|
|||
assertMatcher(matcher).matches("/favicon.ico");
|
||||
assertMatcher(matcher).matches("/favicon.png");
|
||||
assertMatcher(matcher).matches("/icons/icon-48x48.png");
|
||||
assertMatcher(matcher).matches("/fonts/font.woff2");
|
||||
assertMatcher(matcher).doesNotMatch("/bar");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue