Skip to content

Commit

Permalink
Added common web fonts to security configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dinu0000 committed Aug 11, 2023
1 parent 7d60e90 commit 5286d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public class SecurityConfiguration {
authz
<%_ if (!skipClient) { _%>
.requestMatchers("/", "/index.html", "/*.js", "/*.map", "/*.css").permitAll()
.requestMatchers("/*.ico", "/*.png", "/*.svg", "/*.webapp").permitAll()
.requestMatchers("/*.ico", "/*.png", "/*.svg", "/*.webapp", "/*.woff", "/*.woff2", "/*.ttf", "/*.otf").permitAll()
.requestMatchers("/app/**").permitAll()
.requestMatchers("/i18n/**").permitAll()
.requestMatchers("/content/**").permitAll()
Expand Down

0 comments on commit 5286d21

Please sign in to comment.