mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-01-31 13:16:43 +00:00
Disable caching for cellOutputViewer.html (#829)
This commit is contained in:
parent
cb1d60cc90
commit
6d03cec139
14
web.config
14
web.config
@ -42,6 +42,13 @@
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="cellOutputViewer.html">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<clientCache cacheControlMode="DisableCache" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="config.json">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
@ -63,6 +70,13 @@
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="mpac/cellOutputViewer.html">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
<clientCache cacheControlMode="DisableCache" />
|
||||
</staticContent>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<location path="mpac/config.json">
|
||||
<system.webServer>
|
||||
<staticContent>
|
||||
|
Loading…
x
Reference in New Issue
Block a user