mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #235] [MERGED] 78 impose stricter cors policy #338
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#338
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/235
Author: @EddieTheCubeHead
Created: 4/14/2024
Status: ✅ Merged
Merged: 4/14/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:78-impose-stricter-cors-policy📝 Commits (5)
00ec2ac78 Impose stricter CORS policy. Get allowed origins from envc80c67bMerge branch '151-subtask-update-serverreadmemd' into 78-impose-stricter-cors-policya7515f978 Update README with the new env variable67f5ee3Merge branch 'master' into 78-impose-stricter-cors-policy3a755d9Merge branch 'master' into 78-impose-stricter-cors-policy📊 Changes
2 files changed (+14 additions, -2 deletions)
View changed files
📝
server/README.md(+1 -0)📝
server/src/api/application.py(+13 -2)📄 Description
CORS allowed endpoints can now be controlled by the CORS_ORIGINS env variable. Also imposed stricter validation for methods and headers in CORS
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.