šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

corslib

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corslib

Policy-based CORS support library for web applications

0.0.2
Source
PyPI
Maintainers
1

CORS support library for web servers

.. image:: https://github.com/zgoda/corslib/workflows/Tests/badge.svg?branch=master :target: https://github.com/zgoda/corslib/actions?query=workflow%3ATests :alt: Tests

.. image:: https://coveralls.io/repos/github/zgoda/corslib/badge.svg?branch=master :target: https://coveralls.io/github/zgoda/corslib?branch=master :alt: Test coverage report

.. image:: https://www.codefactor.io/repository/github/zgoda/corslib/badge/master :target: https://www.codefactor.io/repository/github/zgoda/corslib/overview/master :alt: Code quality report

.. image:: https://readthedocs.org/projects/corslib/badge/?version=latest :target: https://corslib.readthedocs.io/en/latest/?badge=latest :alt: 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 <https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>_.

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 pruce insecure result under any circumstances.

Keywords

cors wsgi

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts