Skip to content

Commit 3582d29

Browse files
committed
Fix for #1 Need to ensure password not in browser cache
1 parent f276927 commit 3582d29

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_includes/head-custom.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!-- Configuration to go in head section -->
22

33
<title>Three Random Words Password Generator</title>
4-
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">
57
<meta charset="UTF-8"/>
68
<meta name="viewport" content="width=device-width, initial-scale=1"/>
79
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>

0 commit comments

Comments
 (0)