Skip to content

Commit

Permalink
fix #48 ヘッダーの追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Jul 31, 2018
1 parent b6a3fe7 commit 1ee0b3f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions html/.htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<ifModule mod_headers.c>
Header always set X-XSS-Protection "1; mode=block"
Header always set X-Content-Type-Options "nosniff"
Header always set X-Frame-Options DENY
</ifModule>

# 基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する
<IfModule mod_php5.c>
php_value mbstring.language Japanese
Expand Down

0 comments on commit 1ee0b3f

Please sign in to comment.