From d38a5bc3d43d08426549cf5f889505e430aa6747 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 28 Oct 2013 13:42:13 +0100 Subject: [PATCH] Add comment about applicationCache not supporting CORS --- assets/javascripts/app/app.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/javascripts/app/app.coffee b/assets/javascripts/app/app.coffee index bc6ca874..c7565894 100644 --- a/assets/javascripts/app/app.coffee +++ b/assets/javascripts/app/app.coffee @@ -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...) ->