Add wiki page caching
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Hamcha 2020-06-18 13:42:59 +02:00
parent 7acde033c9
commit 44d1ed5de7
Signed by: hamcha
GPG key ID: 41467804B19A3315

View file

@ -28,6 +28,15 @@
"last 2 Firefox versions"
],
"cache": {
"strategy": "default"
"strategy": "default",
"runtimeCaching": [
{
"urlPattern": [
"https://tgproxy.ovo.ovh/wiki/.*",
"i"
],
"handler": "cacheFirst"
}
]
}
}