Kuestenschmiede / PwaBundle

Adds PWA functionality to a contao application.
https://con4gis.org
9 stars 1 forks source link

redirect pages should never be cached #5

Closed amenk closed 4 years ago

amenk commented 4 years ago

The service worker seems to cache all the pages on installation, which is fine.

But when there is external redirect (I am testing with the mate theme which redirects to an exernal website), I get

Cross-Origin Read Blocking (CORB) blocked cross-origin response https://meissen.online/ with MIME type text/html.

So I think external redirects always should be excluded from the caching.

coastforge-mei commented 4 years ago

In any case, it makes sense that the app does not cache the external content. We will try to disable this in general.

coastforge-mei commented 4 years ago

fixed >= 2.0