About Anaconda Help Download Anaconda

A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible.

Installers

  • linux-64 v6.0.1
  • linux-aarch64 v6.0.1
  • osx-arm64 v6.0.1
  • win-64 v6.0.1
  • osx-64 v6.0.1
  • noarch v3.0.10
  • linux-32 v3.0.7
  • linux-ppc64le v3.0.7
  • win-32 v3.0.8

conda install

To install this package run one of the following:
conda install anaconda::flask-cors

Description

A Flask extension for handling Cross Origin Resource Sharing (CORS), making cross-origin AJAX possible. This package has a simple philosophy: when you want to enable CORS, you wish to enable it for all use cases on a domain. This means no mucking around with different allowed headers, methods, etc. By default, submission of cookies across domains is disabled due to the security implications. Please see the documentation for how to enable credential’ed requests, and please make sure you add some sort of CSRF protection before doing so!


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy