browserify / wzrd.in

browserify as a service.
http://wzrd.in
MIT License
637 stars 96 forks source link

Rejigger purge routes #141

Open jfhbrook opened 7 years ago

jfhbrook commented 7 years ago

Right now, wzrd.in has two purge route codepaths. At some point, Max added an "admin" interface which uses GETs to implement purges. Later, without paying much attention, I added unguarded PURGE routes a la varnish.

Right now, both codepaths exist, though the PURGE routes will be disabled Very Soon. I personally think that we should go with guarded PURGE routes, but that seems like a conversation I should have with Max before doing.