Disable caching for cellOutputViewer.html (#829)

This commit is contained in:
Tanuj Mittal
2021-05-26 13:01:28 -07:00
committed by GitHub
parent cb1d60cc90
commit 6d03cec139

View File

@@ -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>