Skip to content

Commit

Permalink
add: no-cache meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteimen committed Nov 8, 2023
1 parent e5093a0 commit 2f8aebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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" />
<title data-i18n="pageTitle">Payment Request</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
Expand Down

0 comments on commit 2f8aebe

Please sign in to comment.