Re: Intent to Unship: Application Cache over Insecure Contexts

2018-01-19 Thread Mike Taylor
Hi Jonathan, > On Jan 18, 2018, at 5:13 PM, Jonathan Kingston wrote: > > The intent in Firefox 60 is to ship a pref > “browser.cache.offline.insecure.enable" > to remove AppCache over insecure contexts. > > When the pref is set to false the API will be removed: > > - > > window.applicatio

Re: Intent to Unship: Application Cache over Insecure Contexts

2018-01-19 Thread Ben Kelly
On Fri, Jan 19, 2018 at 12:26 PM, Mike Taylor wrote: > > When the pref is set to false the API will be removed: > > > > - > > > > window.applicationCache will be removed > > - > > > > The cache service Firefox implements for AppCache will be disabled over > > Insecure Contexts > > > > >

Re: Intent to Unship: Application Cache over Insecure Contexts

2018-01-19 Thread Jonathan Kingston
> Its been suggested before that we could leave the applicationCache global in place, but just make it do nothing in insecure contexts. I did see this idea of keeping the applicationCache global in one of the bugs, I think if we have breakage we could try this as a follow up piece of work along wi