added a new config option httpHeaders used by helmet

This commit is contained in:
Karsten Hassel
2022-05-13 22:25:18 +02:00
parent d730dd04bf
commit 3b55886c45
3 changed files with 6 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ _This release is scheduled to be released on 2022-07-01._
### Added
- Added a new config option `httpHeaders` used by helmet (see https://helmetjs.github.io/). You can now set own httpHeaders which will override the defaults in `js/defauls.js` which is useful e.g. if you want to embed MagicMirror into annother website (solves #2847).
### Updated
### Fixed