Fix internal server error when calling a...
Hey folks! Noticed autumn adds origin check in backend and my chrome extension is now returning server error when calling autumn.check. Created PR here: https://github.com/useautumn/autumn/pull/273

GitHub
Summary
Making a POST request from a chrome-extension page includes the Origin header (set to chrome-extension://). Due to origin check (added in c599c88), the request will fail and autumn will re...
Making a POST request from a chrome-extension page includes the Origin header (set to chrome-extension://). Due to origin check (added in c599c88), the request will fail and autumn will re...
