我遇到了应用程序缓存问题,这似乎只与Android桌面和Firefox上的Firefox有关。
这是我的清单文件,名为cache.manifest.php
( PHP用于设置正确的HTTP标头):
CACHE MANIFEST
CACHE:
images/user.png
images/password.png
lang/de.js?contenthash=e4943126757ac9785cb499482625e0fc
lang/it.js?contenthash=e7c3f04d103d19685436836d445c2a66
images/vismode.png
images/box_tall.png
images/box_tall-red.png
images/box_tall-yellow.png
images/exit.png
fonts/Lato-300.woff
main.css?hash=content-hash-0aba852b903deacca756946164306753
3rdparty.js?hash=content-hash-a4954a81d109d892861216a3c20db476
core.js?hash=content-hash-8330a5d0f688d1f5f31a606d4def86ba
commonui.js?hash=content-hash-09e98ff1134c9f6030766b6216b1885a
zipperlebh.js?hash=content-hash-43070707ebbd8d5206cf3bb555e8430f
NETWORK:
/ajax.php
/error_notify_handler.php
/getfile.php
/getmedia.php
/http-proxy.php
/remotedesktop.php
# complete install hash: 5674308eabef29c807d72f536813e343
# index.php hash: cbee5e08081f0d0cbe70102922ead187
它与这些HTTP响应标头一起提供:
Cache-Control: max-age=1, must-revalidate
Connection: keep-alive
Content-Length: 967
Content-Type: text/cache-manifest
Etag: 65b6119134c5c0e0ba80b9d5635184a5
x-powered-by: PHP/5.4.10
使用桌面上的Android浏览器或Chrome浏览器,我得到了预期的行为:应用程序脱机工作,并在清单更改时更新。到目前为止,非常好。
然而,使用Firefox我得到奇怪的结果:
Cache-Control: no-store
标头,并尝试将清单网址添加到清单的NETWORK
部分,没有任何运气。