Esri / offline-editor-js

ArcGIS JavaScript library for handling offline editing and tiling.
http://esri.github.io/offline-editor-js/demo/
Apache License 2.0
159 stars 142 forks source link

Use secure origins with Application Cache and Chrome #495

Closed andygup closed 7 years ago

andygup commented 7 years ago

FYI, if you are using Application Cache (a.k.a Cache Manifest or AppCache) you'll need to start migrating to HTTPS.

Reference: https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-powerful-features-on-insecure-origins

Jones417 commented 7 years ago

Can anyone confirm that appcache works on secure origins?

This link suggests appcache is deprecated for all origins.

https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache

andygup commented 7 years ago

@Jones417 Appcache works on secure origins. Also here's some additional info: http://www.andygup.net/application-cache-is-not-gone-oh-my-or-is-it/.

Jones417 commented 7 years ago

@andygup Thank you very much for your time and reply!