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:33 UTC

[1/2] incubator-trafficcontrol git commit: This closes #652

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master 08a5b6c68 -> d22097612


This closes #652


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

Branch: refs/heads/master
Commit: d220976123ee42a7c5a32b780d5f3529f9eba6a6
Parents: 4489378
Author: Dewayne Richardson <de...@apache.org>
Authored: Wed Jun 7 12:21:28 2017 -0600
Committer: Dewayne Richardson <de...@apache.org>
Committed: Wed Jun 7 12:21:28 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------



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

Posted by de...@apache.org.
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