Changes between Version 3 and Version 4 of Ticket #854, comment 3
- Timestamp:
- 06/04/17 14:05:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #854, comment 3
v3 v4 42 42 43 43 I think it will be better, safer and simpler to have a directive directly in nginx to allow inheritance, at least for {{{add_header}}} which is the only inheritance trouble I met. 44 An {{{add_header}}} option {{{inherit}}} like {{{always}}} will do the job, for example {{{add_header Strict-Transport-Security XXX inherit;}}}. An {{{overwrite}}} option will be cool too for CSP ({{{add_header Content-Security-Policy XXX overwrite;}}} .44 An {{{add_header}}} option {{{inherit}}} like {{{always}}} will do the job, for example {{{add_header Strict-Transport-Security XXX inherit;}}}. An {{{overwrite}}} option will be cool too for CSP ({{{add_header Content-Security-Policy XXX overwrite;}}}).