From 49ec1d9938b114b60d3ad825e6fdc855e0d64d18 Mon Sep 17 00:00:00 2001 From: Hugo Cartigny Date: Fri, 6 May 2022 23:39:56 +0200 Subject: [PATCH] docs: update list of required headers to delete an image (#249) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a31cf7c..a3efb0e 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ And you need to add these HEADERS: http: headers: Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE'] + Access-Control-Allow-Headers: ['Authorization', 'Accept'] Access-Control-Expose-Headers: ['Docker-Content-Digest'] ```