Skip to content

Instantly share code, notes, and snippets.

@travhimself
Last active December 23, 2015 03:28
Show Gist options
  • Select an option

  • Save travhimself/6573171 to your computer and use it in GitHub Desktop.

Select an option

Save travhimself/6573171 to your computer and use it in GitHub Desktop.
Meta tags to disable caching (useful for testing mobile Safari)
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment