|
@@ -149,6 +149,7 @@ public class WebsquareController {
|
|
|
|| referer.substring(0, 26).equals("https://gw.sgcenergy.co.kr")
|
|
|
|| referer.substring(0, 29).equals("https://gw.sgcsolutions.co.kr")
|
|
|
|| referer.substring(0, 30).equals("https://gw.sgcgreenpower.co.kr")
|
|
|
+ || referer.substring(0, 24).equals("https://portal.sgc.co.kr")
|
|
|
) {
|
|
|
|
|
|
UserDetails userDetails = (UserDetails) SessionUtil.getAttribute(SgcPortalAttributes.AUTHENTICATION);
|