Skip to content

Tags: NiksonX/cors

Tags

v1.8.2

Toggle v1.8.2's commit message
Use go.mod replace in sub modules to point to same version

v1.8.1

Toggle v1.8.1's commit message
Fix example go.sum

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
public method to check cors domain (rs#115)

v1.7.0

Toggle v1.7.0's commit message
Add CORS headers to non-preflight OPTIONS too (rs#85)

Non preflight OPTIONS requests should work with CORS too.
This change is removing abort in actual request CORS handler for
OPTIONS request, so the client can receive the necessary headers
on such request.

v1.6.0

Toggle v1.6.0's commit message
Use switch instead of if-else chain (rs#66)

v1.5.0

Toggle v1.5.0's commit message
Add a note in the README on the breaking change introduced by rs#57

v1.4.0

Toggle v1.4.0's commit message
Add go.mod file

v1.3.0

Toggle v1.3.0's commit message
Make aligncheck and megacheck happy

v1.2

Toggle v1.2's commit message
Update travis configuration

v1.1

Toggle v1.1's commit message
Implement Access-Control-Allow-Origin *

Use Access-Control-Allow-Origin: * when all origins are allowed and
AllowCredentials is false.

Fix rs#30