Disabled caching for media files
This commit is contained in:
parent
f522caede0
commit
11ad5abac0
@ -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.
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user