Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Tags: picmonkey/cors

Tags

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

v1.0

Toggle v1.0's commit message
Return 200 if Passthrough is disabled (rs#26)

Return OK if passthrough is false