Skip to content

Instantly share code, notes, and snippets.

@mutongwu
Created January 3, 2019 14:52
Show Gist options
  • Save mutongwu/a81af31eae4b51a83516d31251610394 to your computer and use it in GitHub Desktop.
Save mutongwu/a81af31eae4b51a83516d31251610394 to your computer and use it in GitHub Desktop.
disable cache with meta tag

    <meta http-equiv="cache-control" content="max-age=0" />
    <meta http-equiv="expires" content="0" />
    <meta name="renderer" content="webkit"/> 
    <meta http-equiv="Cache-control" content="no-cache">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment