Skip to content

Instantly share code, notes, and snippets.

@martianyi
Last active May 4, 2020 16:23
Show Gist options
  • Save martianyi/1a7644551b0daca6ce9a to your computer and use it in GitHub Desktop.
Save martianyi/1a7644551b0daca6ce9a to your computer and use it in GitHub Desktop.
meta prevent wechat browser from caching. via https://www.v2ex.com/t/140680
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment