From b1ece13aa18dab30697c8e25dff5a605dd51f8ad Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Mon, 10 Apr 2017 11:51:17 +0100 Subject: [PATCH] Updates CORS rules --- cors.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cors.json b/cors.json index a4e60d7..f061c71 100644 --- a/cors.json +++ b/cors.json @@ -3,8 +3,7 @@ "origin": [ "http://localhost:8080", "https://biograf-155113.appspot-preview.com", - "https://biograf-155113.appspot.com/", - "https://shaka-player-demo.appspot.com" + "https://biograf-155113.appspot.com/" ], "responseHeader": ["Content-Type", "Range", "Content-Range", "X-From-Cache"], "method": ["GET", "HEAD", "OPTIONS"],