-
Type:
Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: 7.0.X EE, Master
-
Fix Version/s: 7.0.0 DXP FP21, 7.0.0 DXP SP4, 7.0.X EE, Master
-
Component/s: Application Security
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1.25
-
Fix Priority:3
-
Git Pull Request:
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.