fix(rule): allow manifest.json in webui rule to make PWA work properly

This commit is contained in:
yusing
2025-11-13 20:51:20 +08:00
parent f46552b477
commit b1aae1cacf

View File

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