Skip to content

Commit

Permalink
Restore old service worker URL (#123131)
Browse files Browse the repository at this point in the history
  • Loading branch information
steverep authored and frenck committed Aug 5, 2024
1 parent c8a0e52 commit 0b4d921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
static_paths_configs: list[StaticPathConfig] = []

for path, should_cache in (
("service_worker.js", False),
("sw-modern.js", False),
("sw-modern.js.map", False),
("sw-legacy.js", False),
Expand Down

0 comments on commit 0b4d921

Please sign in to comment.