.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.rst
codecov.yaml
mkdocs.yml
pyproject.toml
tox.ini
uv.lock
.github/actions/setup-python-env/action.yml
.github/workflows/main.yml
.github/workflows/on-release-main.yml
.github/workflows/validate-codecov-config.yml
docs/decorator.md
docs/extension.md
docs/index.md
docs/examples/blueprints.md
docs/examples/decorator.md
docs/examples/extension.md
examples/app_based_example.py
examples/blueprints_based_example.py
examples/view_based_example.py
flask_cors/__init__.py
flask_cors/core.py
flask_cors/decorator.py
flask_cors/extension.py
flask_cors.egg-info/PKG-INFO
flask_cors.egg-info/SOURCES.txt
flask_cors.egg-info/dependency_links.txt
flask_cors.egg-info/requires.txt
flask_cors.egg-info/top_level.txt
tests/__init__.py
tests/base_test.py
tests/core/__init__.py
tests/core/test_helpers.py
tests/core/test_override_headers.py
tests/decorator/__init__.py
tests/decorator/test_allow_headers.py
tests/decorator/test_credentials.py
tests/decorator/test_duplicate_headers.py
tests/decorator/test_exception_interception.py
tests/decorator/test_expose_headers.py
tests/decorator/test_max_age.py
tests/decorator/test_methods.py
tests/decorator/test_options.py
tests/decorator/test_origins.py
tests/decorator/test_private_network_headers.py
tests/decorator/test_vary_header.py
tests/decorator/test_w3.py
tests/extension/__init__.py
tests/extension/test_app_extension.py