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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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>