Source: python-flask-cors Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Stewart Ferguson , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, dh-sequence-sphinxdoc, pybuild-plugin-pyproject, python3-all, python3-doc , python3-flask , python3-pytest , python3-setuptools, python3-six , python3-sphinx , python3-sphinxcontrib.httpdomain , python3-sphinx-rtd-theme , Standards-Version: 4.6.2 Homepage: https://github.com/corydolphin/flask-cors Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flask-cors Vcs-Git: https://salsa.debian.org/python-team/packages/python-flask-cors.git Rules-Requires-Root: no Package: python3-flask-cors Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends} Description: Flask extension for handling CORS (Python 3) 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! . This package installs the library for Python 3.