Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/koajs/cors

Cross-Origin Resource Sharing(CORS) for koa
https://github.com/koajs/cors

docs: Update README.md to better explain the default for the origin parameter (#91)

18a43f0e66cab2f46d50e8500cafc13930aad68e authored about 1 year ago by Julien Wajsberg <[email protected]>
Release 5.0.0

c33bd6913fe93e2a2b6902985e257a0e472199c4 authored about 1 year ago by fengmk2 <[email protected]>
Merge pull request from GHSA-qxrj-hx23-xp82

This is a security update for the Same Origin Policy (SOP),
and also a BREAKING CHANGE.

closes ...

f31dac99f5355c41e7d4dd3c4a80c5f154941a11 authored about 1 year ago by fengmk2 <[email protected]>
Release 4.0.0

0f3f948b9b8f00163a47de1b82e413bfef9b4a96 authored about 2 years ago by fengmk2 <[email protected]>
refactor: [BREAKING] drop node 8, 10, 12 support (#88)

d19090fc8591059895fa9c606967d3a67fd3c5b8 authored about 2 years ago by fengmk2 <[email protected]>
fix: Calling all options even if origin header is not present (#87)

As Origin header is not set in all fetch. I understand that we need to be able to validade, even...

7358ab381af6413013938f49c56ac79a7453d35c authored about 2 years ago by Cleber Rossi <[email protected]>
Release 3.4.3

b49b0859ae9d1db140e8204ef109bce020e99160 authored about 2 years ago by fengmk2 <[email protected]>
Revert "fix: Calling all options even if origin header is not present (#87)"

This reverts commit 2e8da5bd2acbc9c1adfabdea459982b3d5bdd31f.

208b86c893013d65e4479219aae0763b807bc8a6 authored about 2 years ago by fengmk2 <[email protected]>
Release 3.4.2

d5456f7f2636c967e9dacdb33862f4c461934f32 authored about 2 years ago by fengmk2 <[email protected]>
fix: Calling all options even if origin header is not present (#87)

As Origin header is not set in all fetch. I understand that we need to be able to validade, even...

2e8da5bd2acbc9c1adfabdea459982b3d5bdd31f authored about 2 years ago by Cleber Rossi <[email protected]>
Release 3.4.1

ea0ca7b016a322eb91fc36426a1c4f11752c6242 authored over 2 years ago by fengmk2 <[email protected]>
fix: must specify an origin value instead of "*" wildcard (#85)

See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS

Co-authored-by: 胡文彬 <huwenbin.tyre...

12053567ef2caa8f4191298bc9d010017bb0f233 authored over 2 years ago by Tyreal Hu <[email protected]>
Release 3.4.0

241a542aeefbcd712215189a13dda5e4130b7de3 authored over 2 years ago by fengmk2 <[email protected]>
🤖 TEST: Run test on Node.js 18 (#86)

2cd4789f66a64cd13228e7305cce9069bd2d1283 authored over 2 years ago by fengmk2 <[email protected]>
Create codeql-analysis.yml

ae56e054cb669c73784f8a12ab6413abca6eff57 authored over 2 years ago by fengmk2 <[email protected]>
refactor: use friendlier promise checking (#84)

c4b5d21e0cf5ab76109be65f4b7267d0ccacce81 authored over 2 years ago by Swain Molster <[email protected]>
📖 DOC: Add privateNetworkAccess js to README

fbe33bca26373965429356f02144507c31326cfc authored over 2 years ago by fengmk2 <[email protected]>
Release 3.3.0

6a45f3813910695db860ec25e35a23f2505a7ea5 authored over 2 years ago by fengmk2 <[email protected]>
feat: Add support for "Private Network Access" (#83)

closes https://github.com/koajs/cors/issues/81

c279fc36e60f3b2835395d15c4604fa1b284fc5f authored over 2 years ago by Chi Ma <[email protected]>
chore: credentials jsdoc (#80)

97d92207ae33aa2dbdd21d218ef836183194c257 authored almost 3 years ago by Jing Yi Wang <[email protected]>
Release 3.2.0

549776c9db24d791be158b8f52392c871477e95d authored almost 3 years ago by fengmk2 <[email protected]>
test: run test on github action

bcadb5599905c28934ed3c28f866f6cdb3f77aee authored almost 3 years ago by fengmk2 <[email protected]>
feat: support secure context headers

see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArray...

134ec9b54b18565cf8bba8c5e6b6639d7d7e43a3 authored almost 3 years ago by Levi Tomes <[email protected]>
Release 3.1.0

f416c97e61ba6ff42541082e41a0e72317b39eeb authored over 4 years ago by dead-horse <[email protected]>
docs: update install script

da84dec7fa16af95d157a549bd473e7bfa4aa152 authored over 4 years ago by dead-horse <[email protected]>
chore: ES6 Object spread (#66)

eba3b446055bd14b86d19dfc81d8ed5f83a8a534 authored over 4 years ago by Alpha <[email protected]>
feat: add support for using a function to determine whether or not to allow credentials. (#68)

013662ae1ab65c4af230c17dfa1044609502b15b authored over 4 years ago by mcohen75 <[email protected]>
Release 3.0.0

71c4d00b170f52fd1324e9fd028816408867f8a6 authored almost 6 years ago by dead-horse <[email protected]>
refactor: use async function, support options.origin return promise (#59)

369d31db7835ed344011706f9506d45a44638017 authored almost 6 years ago by Yiyu He <[email protected]>
Release 2.2.3

1fb61a0243d2c597462c0e8622fb75d894c2f6f5 authored about 6 years ago by dead-horse <[email protected]>
fix: set `Vary: Origin` header on error responses (#55)

* Set `Vary: Origin` header on error responses

The default Koa error handling unsets headers ...

12ae7306e8055322e6c5d29319330da52ba0e126 authored about 6 years ago by Erik Fried <[email protected]>
Release 2.2.2

b5a937fc24666761c61b1ac633f49f54612d1315 authored over 6 years ago by fengmk2 <[email protected]>
travis: test node@10 and drop test node@4 (#51)

because koa@2 only support node >= 6

019ec403be573177e8ed6ad3ef4077b82b5ea934 authored over 6 years ago by fengmk2 <[email protected]>
doc: update outdated options doc

6e22833ce125ca334b68980372065867eda892b0 authored about 7 years ago by Xingan Wang <[email protected]>
travis: test node@8

c9825308ce1c76810468bdf5a404b838206fba22 authored about 7 years ago by jongleberry <[email protected]>
npm: remove tag

b4f65b39b558b870521e6613aee58898e88196f9 authored about 7 years ago by jongleberry <[email protected]>
package: rename to @koa/cors

878ae9b0c99fb6da8d3840e502d4968a65089e28 authored about 7 years ago by jongleberry <[email protected]>
Release 2.2.1

a396989cd91309beb73413cb80d344b872df079a authored almost 8 years ago by fengmk2 <[email protected]>
fix: always set "Vary: Origin" header (#31)

958fc1e25c06dc824674f1b1514220df061eae81 authored almost 8 years ago by ls <[email protected]>
Release 2.2.0

cd8fe6d0e25df89dad4755c5f6ea8129cab6a5fb authored about 8 years ago by fengmk2 <[email protected]>
feat: add PATCH to default methods

pick from https://github.com/koajs/cors/commit/9b641247cbd5c772a9afcdf5c9e8b23926242300

7f0a28de8d8dd033132b314f0f0b288e6f1e1934 authored about 8 years ago by fengmk2 <[email protected]>
Release 2.1.1

a62232df22ba464ce4b936c50b2f0121de198c48 authored over 8 years ago by fengmk2 <[email protected]>
fix: keepHeadersOnError won't affect OPTIONS request (#17)

c4a23d963fe98c2a6b5aa4064b040506b6b1d534 authored over 8 years ago by Yiyu He <[email protected]>
Release 2.1.0

8abe1be2b945129ddee89daad732a4187f1029e1 authored over 8 years ago by fengmk2 <[email protected]>
feat: Keep headers after an error (#13)

c1b074b3be10cc4a2580854ed62e2d5c0bf6ffe2 authored over 8 years ago by PlasmaPower <[email protected]>
chore: use eslint instead of jshint (#10)

8dff9b281e68d5ca40b1e92074b0b38613245af7 authored over 8 years ago by fengmk2 <[email protected]>
test: use codecov instead of coveralls

bc75122556939fc35923470fa93238c913690282 authored almost 9 years ago by fengmk2 <[email protected]>
Release 2.0.0

45bbc7c6a0fb6f023827e38dc8f3e2bd739f82c1 authored almost 9 years ago by fengmk2 <[email protected]>
chore: make node engines >= 4.3.1

18266a9d62384885bbb8e3ca61bb395f86da1e17 authored almost 9 years ago by fengmk2 <[email protected]>
doc: update example

5c76a41d0db682b471b4df374bb4c3d1cfa807ad authored almost 9 years ago by Owen Smith <[email protected]>
src,test: update to (ctx, next) -> Promise middleware contract

d46b611b5b71786c7aefc0b830c911087a4e5b27 authored almost 9 years ago by Owen Smith <[email protected]>
test: only test on node 4+

297499773170fd4b088c2abb365420a976404e94 authored almost 9 years ago by Owen Smith <[email protected]>
chore: base on koa@2

621f33f5869d0aeca9511f6b84c09f127305585b authored almost 9 years ago by fengmk2 <[email protected]>
Merge pull request #3 from lfreneda/typo-fix

typo

4451e3671493986d20c2ecf59dde69d1899d05cd authored over 9 years ago by Matthew Mueller <[email protected]>
typo

typo correction: "app.use(cors())" instead "koa.use(cors())"

3beae8bd624edc76e0d909e3dce53d6f4dd574ba authored over 9 years ago by Luiz Freneda <[email protected]>
Release 1.0.1

4eac7b3194c20134bb1b71088b0694e3af4de6dd authored almost 10 years ago by fengmk2 <[email protected]>
Merge pull request #2 from koajs/spec-compliant

fix: make more spec-compliant

bc1c828d12ace40881c61cdb71e3184ef2502b24 authored almost 10 years ago by fengmk2 <[email protected]>
fix: make more spec-compliant

Fixes #1

7aa03fdbcb03ca2fca6121b08b1a8c645a24052a authored almost 10 years ago by fengmk2 <[email protected]>
fix travis image link

b84fdb59155fdb458c1f345352d6ac252166c2f0 authored almost 10 years ago by fengmk2 <[email protected]>
Release 1.0.0

0e068974c7bf937ce90c262285a203a2538967ea authored almost 10 years ago by fengmk2 <[email protected]>
first commit

ab63495c00a72798fc261b4c6775b8896c967fe5 authored almost 10 years ago by fengmk2 <[email protected]>