fix: ical subscription not loading

This commit is contained in:
2025-08-28 20:19:31 -05:00
parent 3703272f59
commit 5581a82554
4 changed files with 7 additions and 24 deletions

View File

@@ -45,7 +45,7 @@ security:
# Easy way to control access for large sections of your site
# Note: Only the *first* access control that matches will be used
access_control:
- { path: ^/monitors/ical.ics, roles: PUBLIC_ACCESS }
- { path: ^/monitors/ical/, roles: PUBLIC_ACCESS }
- { path: ^/reset-password, roles: PUBLIC_ACCESS }
- { path: ^/getting-started, roles: PUBLIC_ACCESS }
- { path: ^/register, roles: PUBLIC_ACCESS }