Exclude urls /rest and /apps from service worker caching.

This commit is contained in:
Emanuel Schütze 2019-08-22 13:44:34 +02:00
parent b80ac3ac68
commit 4c2f7828bc
1 changed files with 11 additions and 0 deletions

View File

@ -25,5 +25,16 @@
]
}
}
],
"dataGroups": [
{
"name": "api",
"urls": ["/rest/*", "/apps/*"],
"cacheConfig": {
"maxSize": 0,
"maxAge": "0u",
"strategy": "freshness"
}
}
]
}