mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Be more agressive about not caching with sky_server
This commit is contained in:
parent
83bff59a0a
commit
d0cec84e52
@ -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');
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user