Details
-
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
7.0.X EE, Master
-
7.0.x
-
Committed
-
1.25
-
3
Description
Steps to Reproduce
- Add an entry to your system's hosts file for abc.com that points to your local server.
- Create a portal-ext.properties file with at least the following properties:
redirect.url.ips.allowed= cdn.host.http=http://abc.com:8080/ cdn.dynamic.resources.enabled=false
- Startup Liferay and visit http://localhost:8080/
Expected behavior is that there are no errors in the Javascript console. Actual behavior is there are errors in the Javascript console indicating there is a missing Access-Control-Allow-Origin header.