summaryrefslogtreecommitdiff
path: root/talerblog/blog/blog.py
diff options
context:
space:
mode:
Diffstat (limited to 'talerblog/blog/blog.py')
-rw-r--r--talerblog/blog/blog.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talerblog/blog/blog.py b/talerblog/blog/blog.py
index e3215e6..1d064ac 100644
--- a/talerblog/blog/blog.py
+++ b/talerblog/blog/blog.py
@@ -340,6 +340,7 @@ def article(article_name, data=None):
"Taler-Session-Url": urllib.parse.quote(session_id),
"Taler-Resource-Url": urllib.parse.quote(resource_url),
"ETag": resp_etag,
+ "Cache-Control": "max-age=20",
}
qrcode_svg = get_qrcode_svg(taler_pay_uri)