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] ## [Unreleased]
### Added ### Added
* evocheck : add "x-frame-options: sameorigin" for Munin
* etc-git: ignore evobackup/.keep-* files * etc-git: ignore evobackup/.keep-* files
### Changed ### Changed

View file

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