evocheck : add "x-frame-options: sameorigin" for Munin

This commit is contained in:
Jérémy Lecour 2019-04-16 10:47:26 +02:00 committed by Jérémy Lecour
parent 6b52f89ad3
commit 7bb15e7b70
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The **patch** part changes incrementally at each release.
## [Unreleased]
### Added
* evocheck : add "x-frame-options: sameorigin" for Munin
* etc-git: ignore evobackup/.keep-* files
### Changed

View File

@ -35,6 +35,7 @@ server {
location /munin/ {
alias /var/cache/munin/www/;
add_header X-Frame-Options "SAMEORIGIN";
}
location ^~ /munin-cgi/munin-cgi-graph/ {