Release 9.9.0 #41

Merged
jlecour merged 37 commits from unstable into stable 2019-04-16 16:45:23 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 7bb15e7b70 - Show all commits

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/ {