You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by de...@apache.org on 2017/06/07 18:21:34 UTC

[2/2] incubator-trafficcontrol git commit: multiple clients can access the api, therefore this needs to be *

multiple clients can access the api, therefore this needs to be *


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/4489378b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/4489378b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/4489378b

Branch: refs/heads/master
Commit: 4489378b23549df731992ccc4e77521c70ae0e54
Parents: 08a5b6c
Author: Jeremy Mitchell <mi...@gmail.com>
Authored: Wed Jun 7 12:09:23 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Wed Jun 7 12:21:28 2017 -0600

----------------------------------------------------------------------
 traffic_ops/app/conf/cdn.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/4489378b/traffic_ops/app/conf/cdn.conf
----------------------------------------------------------------------
diff --git a/traffic_ops/app/conf/cdn.conf b/traffic_ops/app/conf/cdn.conf
index 24b1aea..d685fde 100644
--- a/traffic_ops/app/conf/cdn.conf
+++ b/traffic_ops/app/conf/cdn.conf
@@ -10,7 +10,7 @@
 		workers  => 96
 	},
 	cors => {
-		access_control_allow_origin => 'http://localhost:8080'    # this is where the traffic portal resides (a javascript client that consumes the TO API)
+		access_control_allow_origin => '*'
 	},
 	to => {
 		base_url   => 'http://localhost:3000',                    # this is where traffic ops app resides