Skip to content

Instantly share code, notes, and snippets.

@yungblud
Created October 24, 2019 01:40
Show Gist options
  • Select an option

  • Save yungblud/2c78dd5bbae037c079ed853ec46a6253 to your computer and use it in GitHub Desktop.

Select an option

Save yungblud/2c78dd5bbae037c079ed853ec46a6253 to your computer and use it in GitHub Desktop.
Set No Cache in HTML Meta Tag
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="No-Cache" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment