Commit Graph

3 Commits

Author SHA1 Message Date
Viktoria Polyakova
f93a00bee7 feat: add PATCH method to allowed API methods
Added PATCH to the list of allowed HTTP methods in the API location block to support partial updates to resources. This aligns with RESTful API conventions and enables clients to modify specific fields without sending a full resource representation.
2026-01-25 18:09:20 +00:00
Viktoria Polyakova
811176d388 feat: add cdn.jsdelivr.net to CSP connect-src and remove duplicate meta tag
- Added `https://cdn.jsdelivr.net` to the `connect-src` directive in both Content-Security-Policy and X-Content-Security-Policy headers to allow connections to the CDN.
- Removed the duplicate Content-Security-Policy meta tag from the frontend/index.html file to avoid redundancy and potential conflicts.
2026-01-25 13:46:01 +00:00
Viktoria Polyakova
4fb101c5db Init 2026-01-25 08:57:38 +00:00