Adjust regex to allow woff2 files to be served (#4321)

This commit is contained in:
Joakim Sørensen 2023-05-30 13:08:26 +02:00 committed by GitHub
parent 0fda5f6c4b
commit d3f490bcc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ _CORE_VERSION: Final = AwesomeVersion("2023.3.4")
# fmt: off
_CORE_FRONTEND_PATHS: Final = (
r"|/app/.*\.(?:js|gz|json|map)"
r"|/app/.*\.(?:js|gz|json|map|woff2)"
r"|/(store/)?addons/" + RE_SLUG + r"/(logo|icon)"
)