cors¶
CORS config
CORS config.
- byte_bot.server.lib.cors.config = CORSConfig(allow_origins=['*'], allow_methods=['*'], allow_headers=['*'], allow_credentials=False, allow_origin_regex=None, expose_headers=[], max_age=600)¶
Default CORS config.
This documentation is currently under development.