diff options
author | Ian C <ianc@noddybox.co.uk> | 2018-07-24 13:12:41 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2018-07-24 13:12:41 +0000 |
commit | ba923b884a2678b5100e6defd07c9b7adb48bf30 (patch) | |
tree | e031b04db1ccbd1ef11b40f7607dc6e13c1f8b14 /www/index.html | |
parent | 44131e56b84d636f6a85e64b965d0a04faadc2d0 (diff) |
Don't know if it matters, but tried to stop chacheing.
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index a52d173..3c585a0 100644 --- a/www/index.html +++ b/www/index.html @@ -1,6 +1,9 @@ <!DOCTYPE html> <html lang="en-GB"> <head> +<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" /> <meta charset="utf-8"> <title>PassMan</title> <link rel="shortcut icon" href="favicon.png" type="image/png"/> |