We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f276927 commit 3582d29Copy full SHA for 3582d29
1 file changed
_includes/head-custom.html
@@ -1,7 +1,9 @@
1
<!-- Configuration to go in head section -->
2
3
<title>Three Random Words Password Generator</title>
4
-
+<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
5
+<meta http-equiv="Pragma" content="no-cache">
6
+<meta http-equiv="Expires" content="0">
7
<meta charset="UTF-8"/>
8
<meta name="viewport" content="width=device-width, initial-scale=1"/>
9
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>
0 commit comments