Add comment about applicationCache not supporting CORS

pull/10/head
Thibaut 11 years ago
parent e1a7cdcac6
commit d38a5bc3d4

@ -97,6 +97,8 @@
return
indexHost: ->
# Can't load the index files from the host/CDN when applicationCache is
# enabled because it doesn't support caching URLs that use CORS.
@config[if @appCache and @settings.hasDocs() then 'index_path' else 'docs_host']
onBootError: (args...) ->

Loading…
Cancel
Save