We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca24f9 commit 4fbffd1Copy full SHA for 4fbffd1
_worker.js
@@ -399,7 +399,7 @@ export default {
399
});
400
}
401
} else {
402
- if (fakePage) url.hostname = 'registry.hub.docker.com';
+ if (fakePage) url.hostname = 'hub.docker.com';
403
if (url.searchParams.get('q')?.includes('library/') && url.searchParams.get('q') != 'library/') {
404
const search = url.searchParams.get('q');
405
url.searchParams.set('q', search.replace('library/', ''));
0 commit comments