[Webkit-unassigned] [Bug 199110] PWA in iOS use old assets after publish new servicerWorker/assets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 01:23:27 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=199110

--- Comment #8 from ik at rejh.nl ---
Any news on this? iPadOS 14.4 seems to have made this on issue in Safari, Chrome and web apps. I need to reboot to force new files to come in. My headers:

```
<filesMatch "\.(html|htm|js|css|less|json)$">
  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, 3 Oct 1983 06:00:00 GMT"
    Header set Vary: *
  </ifModule>
</filesMatch>
```

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210128/1ced69eb/attachment.htm>


More information about the webkit-unassigned mailing list