reactjs / react-tutorial

Code from the React tutorial.
http://facebook.github.io/react/docs/tutorial.html
Other
3.29k stars 2.13k forks source link

Add CORS headers to other servers #121

Closed zpao closed 8 years ago

zpao commented 8 years ago

120 added them for the JS server. This adds it to the rest. And adds the Cache-Control header to the Perl impl too, which was missing all of the explicit headers we want.

sophiebits commented 8 years ago

sure. squash?

zpao commented 8 years ago

pushed