improvements
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ pub fn render_html(
|
||||
let mut response = Html(html).into_response();
|
||||
response.headers_mut().insert(
|
||||
header::CACHE_CONTROL,
|
||||
HeaderValue::from_static("private, no-store"),
|
||||
HeaderValue::from_static("private, no-cache, no-store"),
|
||||
);
|
||||
response
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user