disabling caching also on the hosting level

This commit is contained in:
Miodec 2022-10-09 00:14:24 +02:00
parent a3c9914505
commit 4f70084e67

View file

@ -36,6 +36,15 @@
},
{ "key": "X-Frame-Options", "value": "DENY" }
]
},
{
"source": "/*.html",
"headers": [
{
"key": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
}
]
}
]
}