fix(rules): update webui rules manifest path from webmanifest to json

- Changed the path for the manifest from /manifest.webmanifest to /manifest.json in both webui_dev.yml and webui.yml.
This commit is contained in:
yusing
2026-02-16 07:44:51 +08:00
parent a8f4b8afee
commit 9064a37d62
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
!path regex("\/assets\/workbox-window\.prod\.es5-[a-zA-Z0-9]+\.js")
!path regex("/workbox-[a-zA-Z0-9]+\.js")
!path /api/v1/version
!path /manifest.webmanifest
!path /manifest.json
!path /sw.js
!path /registerSW.js
do: require_auth

View File

@@ -14,7 +14,7 @@
!path glob("/auth/*")
!path regex("([A-Za-z0-9_\-/]+)+\.(css|ts|js|mjs|svg|png|jpg|jpeg|gif|ico|webp|woff2?|eot|ttf|otf|txt)(\?.*)?")
!path /api/v1/version
!path /manifest.webmanifest
!path /manifest.json
do: require_auth
- name: proxy to backend
on: path glob("/api/v1/*")