Skip to content

Commit

Permalink
Tech - whitelist jpg files in backend (#3519)
Browse files Browse the repository at this point in the history
## Linked issues


----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron authored Aug 9, 2024
2 parents 5b598dc + d1243df commit 86f00bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class SecurityConfig(
"/index.html",
"/*.js",
"/*.png",
"/*.jpg",
"/*.svg",
"/static/**",
"/assets/**",
Expand Down

0 comments on commit 86f00bc

Please sign in to comment.