Last active
May 4, 2020 16:23
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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