Skip to content

Instantly share code, notes, and snippets.

@gwsu2008
Created June 10, 2020 18:26
Show Gist options
  • Save gwsu2008/725a88ed139908dab9ee740d6c950904 to your computer and use it in GitHub Desktop.
Save gwsu2008/725a88ed139908dab9ee740d6c950904 to your computer and use it in GitHub Desktop.
no html cache headers
<meta http-equiv="cache-control" content="no-cache, must-revalidate, post-check=0, pre-check=0" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment