added registry as allowed origin in registry-ui
This commit is contained in:
@@ -4,7 +4,7 @@ log:
|
|||||||
http:
|
http:
|
||||||
addr: :5000
|
addr: :5000
|
||||||
headers:
|
headers:
|
||||||
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com"]
|
Access-Control-Allow-Origin: ["http://dcr.aetoskia.com", "http://registry.aetoskia.com"]
|
||||||
Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
|
Access-Control-Allow-Methods: ["GET", "POST", "PUT", "DELETE", "OPTIONS"]
|
||||||
Access-Control-Allow-Headers: ["Authorization", "Content-Type"]
|
Access-Control-Allow-Headers: ["Authorization", "Content-Type"]
|
||||||
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
|
Access-Control-Expose-Headers: ["Docker-Content-Digest"]
|
||||||
|
Reference in New Issue
Block a user