ballerine
ballerine copied to clipboard
feat(cors): disable cors flag
Summary by CodeRabbit
-
New Features
- Introduced a new optional environment variable,
DISABLE_CORS
, allowing users to control CORS settings.
- Introduced a new optional environment variable,
-
Improvements
- Enhanced CORS configuration to conditionally apply based on the
DISABLE_CORS
variable. - Improved session management with additional checks for session methods and updated expiration logic.
- Enhanced CORS configuration to conditionally apply based on the