From 6e7fc1508e6da390a641fb7609714622b93d39a4 Mon Sep 17 00:00:00 2001 From: Joxit Date: Mon, 18 May 2020 23:08:52 +0200 Subject: [PATCH] Add CORS alternative solution in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bab4bab..c1c81f5 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,8 @@ http: Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS'] # Optional ``` +An alternative for CORS issues is a plugin on your browser, more info [here](https://github.com/Joxit/docker-registry-ui/issues/25#issuecomment-621104846) (thank you [xmontero](https://github.com/xmontero)). + ## Using delete For deleting images, you need to activate the delete feature in your registry: