X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/chopwood/blobdiff_plain/7650d167ddbb3ef0e7b970d2b5106d7a947ba6a0..6a749ccfccef95865f1892caa223a4e3b52f0858:/cmd-cgi.py diff --git a/cmd-cgi.py b/cmd-cgi.py index 57de66c..6dc59ee 100644 --- a/cmd-cgi.py +++ b/cmd-cgi.py @@ -58,6 +58,7 @@ def operate(what, op, services, *args, **kw): @CGI.subcommand('list', ['cgi-query'], 'List available accounts') def cmd_list_cgi(): CGI.page('list.fhtml', + header = dict(pragma = 'no-cache', cache_control = 'no-cache'), title = 'Chopwood: accounts list', accts = CU.list_accounts(CU.USER), nonce = HA.NONCE)