Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a701db3 authored by Nicolas Gelot's avatar Nicolas Gelot Committed by Romain Hunault
Browse files

Fix Mozilla observatory issues

Close: #36
parent bc8261c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ services:
    restart: unless-stopped
    container_name: proxy
    volumes:
      - ./etc/nginx/vhost.d/default:/etc/nginx/vhost.d/default
      - /mnt/data/html:/usr/share/nginx/html
      - /mnt/data/vhosts:/etc/nginx/vhost.d
      - /mnt/data/certs:/etc/nginx/certs:ro
+5 −0
Original line number Diff line number Diff line
add_header Content-Security-Policy "frame-ancestors 'self'";
add_header Referrer-Policy "no-referrer, strict-origin-when-cross-origin";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-XSS-Protection "1; mode=block";
add_header X-Content-Type-Options "nosniff";