We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f5598 commit f797512Copy full SHA for f797512
1 file changed
sites-available/matomo.conf
@@ -23,6 +23,8 @@ server {
23
include ssl.conf; # if you want to support older browsers, please read through this file
24
25
add_header Referrer-Policy origin always; # make sure outgoing links don't show the URL to the Matomo instance
26
+ add_header X-Content-Type-Options "nosniff" always;
27
+ add_header X-XSS-Protection "1; mode=block" always;
28
29
root /var/www/matomo/; # replace with path to your matomo instance
30
0 commit comments