We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b61322 commit 757b6d3Copy full SHA for 757b6d3
index.html
@@ -7,6 +7,10 @@
7
<meta name="mobile-web-app-capable" content="yes">
8
<meta name="apple-mobile-web-app-capable" content="yes">
9
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
10
+ <!-- Cache Busting -->
11
+ <meta http-equiv='cache-control' content="no-cache, no-store, must-revalidate">
12
+ <meta http-equiv='expires' content='0'>
13
+ <meta http-equiv='pragma' content='no-cache'>
14
<title>LibreChat</title>
15
<link
16
rel="shortcut icon"
0 commit comments