imgflo / imgflo-server

HTTP image processing server based on imgflo
48 stars 7 forks source link

Fail early on input URLs pointing to localhost/foo #54

Open jonnor opened 8 years ago

jonnor commented 8 years ago

Silly people sending such urls to the public instance are currently causing workers to fire up, costing money.

May want to allow the port we are running on though, since we use that for testing. Theoretically when running on own machine, it is valid to use localhost:$someotherport too... Probably should just make this a config option.