jiwoo 2023-08-07
이지우 - 보안취약점 조치. 10개의 URL 검색 차단을 위해 robots.txt에 추가
@e6bd02d0a12b691017c85aafa2f5d7bc014d2527
src/main/webapp/robots.txt
--- src/main/webapp/robots.txt
+++ src/main/webapp/robots.txt
@@ -1,3 +1,13 @@
 User-agent: *
 Disallow:/uat
+Disallow:/MapUrl.do
+Disallow:/web/mjon/msgdata/selectMsgDataSMLViewAjax.do
+Disallow:/web/pop/testSendPop.do
+Disallow:/web/addr/getAddrGroupDuplCheckAjax.do
+Disallow:/web/mjon/msgdata/sendMsgDataAjax.do
+Disallow:/web/com/userSessionExpendAjax.do
+Disallow:/web/mjon/msgdata/selectMsgGroupNotExistInfoAjax.do
+Disallow:/web/addr/getAddrGroupDuplCheckAjax.do
+Disallow:/web/mjon/msgdata/selectMsgAddrListAjax.do
+Disallow:/web/mjon/conf/selectMjonMsgUseConfAjax.do
 Sitemap: https://www.munjaon.co.kr/sitemap.xml
(No newline at end of file)
Add a comment
List