]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

re-implement simple CORS middleware for blackd (#2500)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Sat, 25 Sep 2021 11:58:44 +0000 (12:58 +0100)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 11:58:44 +0000 (12:58 +0100)
commita5381ba7648f7308145c78c248e29118e18dc530
tree8e877e42c62949d63a24c0d3b4d3c1bb481ebe5b
parent7b153936587e17b9db992a2d8c8b6cfba3ef7209
re-implement simple CORS middleware for blackd (#2500)

* re-implement simple CORS middleware for blackd
* remove aiohttp-cors from setup.py
* Remove aiohttp-cors from Pipfile.lock

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
CHANGES.md
Pipfile
Pipfile.lock
setup.py
src/blackd/__init__.py
src/blackd/middlewares.py [new file with mode: 0644]
tests/test_blackd.py