diff --git a/packages/flutter_tools/bin/sky_server.dart b/packages/flutter_tools/bin/sky_server.dart index 5a2ea1ad48c..fd2c1ec7085 100644 --- a/packages/flutter_tools/bin/sky_server.dart +++ b/packages/flutter_tools/bin/sky_server.dart @@ -81,5 +81,5 @@ main(List 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'); }