google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
39 stars 17 forks source link

Add CORS handler that permits all POST requests #28

Closed cstahl1 closed 6 years ago

cstahl1 commented 6 years ago

Add CORS handler that will always permit POST requests from Origin *.

This can be expanded upon as more sophisticated logic is required and is just a stand-in.

dcreager commented 6 years ago

Oh and make sure to put

Closes: #27

at the end of the commit message when you squash merge.