Commit d0cec84e authored by Adam Barth's avatar Adam Barth

Be more agressive about not caching with sky_server

parent 83bff59a
...@@ -81,5 +81,5 @@ main(List<String> argv) async { ...@@ -81,5 +81,5 @@ main(List<String> argv) async {
..removeAll('x-content-type-options') ..removeAll('x-content-type-options')
..removeAll('x-frame-options') ..removeAll('x-frame-options')
..removeAll('x-xss-protection') ..removeAll('x-xss-protection')
..add('cache-control', 'no-cache'); ..add('cache-control', 'no-store');
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment