Be more agressive about not caching with sky_server

This commit is contained in:
Adam Barth 2015-08-12 09:06:55 -07:00
parent 83bff59a0a
commit d0cec84e52

View File

@ -81,5 +81,5 @@ main(List<String> argv) async {
..removeAll('x-content-type-options')
..removeAll('x-frame-options')
..removeAll('x-xss-protection')
..add('cache-control', 'no-cache');
..add('cache-control', 'no-store');
}