|
@@ -20,6 +20,14 @@
|
|
|
Deny from all
|
|
|
Satisfy All
|
|
|
</FilesMatch>
|
|
|
+<FilesMatch "\.(webapp|appcache)$">
|
|
|
+ FileETag None
|
|
|
+ <ifModule mod_headers.c>
|
|
|
+ Header unset ETag
|
|
|
+ Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
|
|
|
+ Header set Pragma "no-cache"
|
|
|
+ Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
|
|
|
+ </ifModule>
|
|
|
+</FilesMatch>
|
|
|
AddType application/x-web-app-manifest+json .webapp
|
|
|
-AddType text/cache-manifest .manifest
|
|
|
AddType text/cache-manifest .appcache
|