Disabled caching for media files

This commit is contained in:
Eduard Urbach 2018-04-18 01:17:04 +02:00
parent f522caede0
commit 11ad5abac0

View File

@ -62,8 +62,11 @@ class MyServiceWorker {
// Chrome extension
"chrome-extension",
// WebM files
".webm"
// Media files
".webm",
".opus",
".ogg",
".m4a",
// Authorization paths /auth/ and /logout are not listed here because they are handled in a special way.
])