Files
dev.ttsby.com/files/.htaccess
2023-04-17 11:06:08 +09:00

6 lines
155 B
ApacheConf

# X-XSS-Protection
<IfModule mod_headers.c>
Header set Content-Disposition attachment
Header set X-XSS-Protection "1; mode=block"
</IfModule>