Re: Intent to Unship: Application Cache over Insecure Contexts

2018-05-10 Thread Jonathan Kingston
As the removal has rode the trains through Beta without issue I'm going to remove AppCache over insecure contexts for stable as originally stated for 62. The work is happening here: https://bugzilla.mozilla.org/show_bug.cgi?id=1460478 Mike west did a wonderful job of adding web-platform-tests tha

Re: Intent to Unship: Application Cache over Insecure Contexts

2018-02-02 Thread Jonathan Kingston
This has now landed into central and appears to be sticking: https://www.fxsitecompat.com/en-CA/docs/2018/support-for-application-cache-on-insecure-sites-has-been-deprecated/ I have filed a follow up bug to remove "OfflineResourceList" interface we use: https://bugzilla.mozilla.org/show_bug.cgi?id

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

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 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

Intent to Unship: Application Cache over Insecure Contexts

2018-01-18 Thread Jonathan Kingston
AppCache is a powerful feature on the web that permits a web page to be viewed offline. This increases the risk that a user is unaware of the source of the web page content when browsing over HTTP. Besides fundamental issues with AppCache, which are summarized in this article [http://alistapart.co

Intent to Unship: Application Cache over Insecure Contexts

2018-01-18 Thread Jonathan Kingston
AppCache is a powerful feature on the web that permits a web page to be viewed offline. This increases the risk that a user is unaware of the source of the web page content when browsing over HTTP. Besides fundamental issues with AppCache, which are summarized in this article [http://alistapart.co