Re: [slightlyoff/ServiceWorker] CORS pre-flight for foreign fetch (#880)

Yea, I think some kind of safety belt seems reasonable since I expect many writers of ForeignFetchEvent service workers won't understand all the different types of requests that could be thrown at it.  Having to explicitly opt in to handling POSTs would be good to prevent naive pass-through code accidentally sending posts to the server without CORS protections.

Thanks.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/880#issuecomment-209132644

Received on Tuesday, 12 April 2016 22:39:25 UTC