CorsSettings Class
Cross-Origin Resource Sharing (CORS) settings for the app.
- Inheritance
-
CorsSettings
Constructor
CorsSettings(*, allowed_origins: Optional[List[str]] = None, **kwargs)
Parameters
Required
Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.
Feedback
Submit and view feedback for