zgoda / corslib

Policy-based CORS support library for web applications.

Home Page:https://corslib.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CORS support library for web servers

Tests Test coverage report Code quality report Documentation status

Policy-based CORS support library for web applications.

This is framework- and protocol-agnostic library that provides CORS policy object that is able to generate both preflight and regular response headers for Cross Origin Resource Sharing.

It tries to be as secure as it's possible while being usable for both development and production. The goal is to provide header generation facility that has no inherent insecurities and does not produce insecure result under any circumstances.

About

Policy-based CORS support library for web applications.

https://corslib.readthedocs.io/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%