cors¶ CORS config CORS config. src.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.