mirror of
https://github.com/ciiiii/cloudflare-docker-proxy.git
synced 2026-04-11 14:43:32 +08:00
Compare commits
4 Commits
yscai/regi
...
yscai/depl
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
527d2edc28 | ||
|
|
5eaf7124a3 | ||
|
|
b7de5d1414 | ||
|
|
ae982cd6c7 |
@@ -68,7 +68,6 @@ async function handleRequest(request) {
|
||||
`Bearer realm="https://${url.hostname}/v2/auth",service="cloudflare-docker-proxy"`
|
||||
);
|
||||
}
|
||||
headers.set("Docker-Distribution-API-Version", "registry/2.0");
|
||||
return new Response(JSON.stringify({ message: "UNAUTHORIZED" }), {
|
||||
status: 401,
|
||||
headers: headers,
|
||||
|
||||
Reference in New Issue
Block a user