mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-09 02:06:30 +00:00
Adjust regex to allow woff2 files to be served (#4321)
This commit is contained in:
parent
0fda5f6c4b
commit
d3f490bcc3
@ -27,7 +27,7 @@ _CORE_VERSION: Final = AwesomeVersion("2023.3.4")
|
|||||||
# fmt: off
|
# fmt: off
|
||||||
|
|
||||||
_CORE_FRONTEND_PATHS: Final = (
|
_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)"
|
r"|/(store/)?addons/" + RE_SLUG + r"/(logo|icon)"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user