File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ Prevent cross-site injections
71
71
Enable full referrer if same origin, remove path for cross origin and disable referrer in unsupported browsers
72
72
** Default Value:** ` no-referrer, strict-origin-when-cross-origin `
73
73
74
- #### Cache-control / Pragma
74
+ #### Cache-control / Pragma / Expires
75
75
Prevent cacheable HTTPS response
76
- ** Default Value:** ` no-cache, no-store, must-revalidate ` / ` no-cache `
76
+ ** Default Value:** ` no-cache, no-store, must-revalidate, max-age=0 ` / ` no-cache ` / ` 0 `
77
77
78
78
#### Feature-Policy
79
79
Disable browser features and APIs
@@ -92,8 +92,9 @@ X-Frame-Options: SAMEORIGIN
92
92
X-XSS-Protection: 1; mode=block
93
93
X-Content-Type-Options: nosniff
94
94
Referrer-Policy: no-referrer, strict-origin-when-cross-origin
95
- Cache-control: no-cache, no-store, must-revalidate
95
+ Cache-control: no-cache, no-store, must-revalidate, max-age=0
96
96
Pragma: no-cache
97
+ Expires: 0
97
98
```
98
99
99
100
### Options
You can’t perform that action at this time.
0 commit comments