encors icon indicating copy to clipboard operation
encors copied to clipboard

encors is a CORS library for ring.

Results 1 encors issues
Sort by recently updated
recently updated
newest added

Refactor simple-headers-wo-content-type to access-control-request-headers-whitelist. The whitelist behaves differently by `set/difference`-ing `access-control-request-headers` instead of `set/union` the `access-control-allowed-headers`. This way, we do not put unnecessary headers in the response `access-control-allowed-headers`. From testing,...