neomerx / cors-psr7

Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors)
Apache License 2.0
65 stars 14 forks source link

Replace static properties in Settings strategy with non static #11

Closed neomerx closed 9 years ago

neomerx commented 9 years ago

The problem is it requires restarting the PHP server in order to settings changes take effect. It's less a problem for production but for development it's inconvenient.