[w3c/ServiceWorker] Secure context language is redundant/contradicts secure context spec (#1125)

The spec contains the language

> A user agent may allow localhost, 127.0.0.0/8, and ::1/128 for development purpose. (Note that they may still be secure contexts.) 

("may still be" should read "must still be"?)

This seems redundant with the Secure Contexts spec which seems to cover localhost and loopback addresses, for example at https://w3c.github.io/webappsec-secure-contexts/#localhost

So I think we should just need to rely on the Secure Contexts spec here.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1125

Received on Wednesday, 19 April 2017 05:25:17 UTC