Documentation
Liferay provides a rich store of resources and knowledge to help our community better use and work with our technology.
Redirect
Set this property to ip or domain for the redirect security method. If set to domain, the portal will only redirect users to domains listed in the property redirect.url.domain.allowed. If set to ip, the portal will only redirect to domains whose IP address resolves to an IP address listed in the property redirect.url.ip.allowed.
Examples:
redirect.url.security.mode=domain
redirect.url.security.mode=ip
Input a list of comma delimited domains which the portal is allowed to redirect to. Input a blank list to allow any domain.
redirect.url.domains.allowed=
Input a list of comma delimited IPs which the portal is allowed to redirect to. Input a blank list to allow any IP. SERVER_IP will be replaced with the IP of the host server.
redirect.url.ips.allowed=127.0.0.1,SERVER_IP