From 0af83e3887712e79451d2ae73f185df51193b11b Mon Sep 17 00:00:00 2001 From: BJRambo Date: Sun, 24 Mar 2019 11:57:52 +0900 Subject: [PATCH] =?UTF-8?q?www=EB=A5=BC=20=EB=B6=99=EC=9D=B4=EA=B1=B0?= =?UTF-8?q?=EB=82=98=20=EC=82=AD=EC=A0=9C=ED=95=B4=EC=A3=BC=EB=8A=94=20?= =?UTF-8?q?=EC=95=A0=EB=93=9C=EC=98=A8=EB=A5=98=EB=A5=BC=20=EB=B8=94?= =?UTF-8?q?=EB=9E=99=EB=A6=AC=EC=8A=A4=ED=8A=B8=EC=97=90=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 엘카님의 www제거 애드온을 사용시 워닝에러가 라이믹스에서 발생하는것을 발견하고 라이믹스에서는 더 이상 필요가 없는 기능이기 때문에 이용자들이 불편하지 않도록 삭제를 진행하였습니다. (도메인 주소를 검사해서 기본 주소로 301 리디렉트 해주는 기능이 이미 내장되어있기 때문에 다른 처리할 필요가 없을 것 같습니다.) --- common/defaults/blacklist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/defaults/blacklist.php b/common/defaults/blacklist.php index b24da7a0d..a9b6e54f1 100644 --- a/common/defaults/blacklist.php +++ b/common/defaults/blacklist.php @@ -18,4 +18,7 @@ return array( 'session_shield' => true, 'smartphone' => true, 'zipperupper' => true, + 'elkha_www' => true, + 'autowww' => true, + 'fix_domain' => true, );