How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!
While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.
# # 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=dxp-test.myplanlink.com
# # 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
# # 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 resolve to an IP address # listed in the property "redirect.url.ip.allowed". # #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. Specifying a domain # with a leading "*." allows redirects to subdomains. # 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