mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-17 22:29:52 +08:00
disabling caching also on the hosting level
This commit is contained in:
parent
a3c9914505
commit
4f70084e67
1 changed files with 9 additions and 0 deletions
|
|
@ -36,6 +36,15 @@
|
|||
},
|
||||
{ "key": "X-Frame-Options", "value": "DENY" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"source": "/*.html",
|
||||
"headers": [
|
||||
{
|
||||
"key": "Cache-Control",
|
||||
"value": "no-cache, no-store, must-revalidate"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue