From 1ee0b3f8e1d33269dd9cea84b64c5089e927bfe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AE=E3=81=B6?= Date: Tue, 31 Jul 2018 18:52:55 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#48=20=E3=83=98=E3=83=83=E3=83=80?= =?UTF-8?q?=E3=83=BC=E3=81=AE=E8=BF=BD=E5=8A=A0=20@see=20https://qiita.com?= =?UTF-8?q?/d6rkaiz/items/9f4ebad83b3437a0d2ea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/.htaccess | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/html/.htaccess b/html/.htaccess index b75d73c0c0..668bd6ec04 100644 --- a/html/.htaccess +++ b/html/.htaccess @@ -1,3 +1,9 @@ + +Header always set X-XSS-Protection "1; mode=block" +Header always set X-Content-Type-Options "nosniff" +Header always set X-Frame-Options DENY + + # 基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する php_value mbstring.language Japanese