2021-10-18 16:36:10 +02:00

10 lines
173 B
ApacheConf

# pandora disable listing
Options -Indexes
# Avoid clickjacking
Header always append X-Frame-Options SAMEORIGIN
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>