Skip to content

Commit 17022a6

Browse files
Mossakaclaude
andcommitted
Add *.pkg.julialang.org wildcard to Julia ecosystem domains
pkg.julialang.org returns 301 redirect to geo-specific subdomains (e.g., us-west.pkg.julialang.org). Without the wildcard, the Squid proxy blocks the redirected request with 403. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d3ef89b commit 17022a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/workflow/data/ecosystem_domains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"terraform": ["releases.hashicorp.com", "apt.releases.hashicorp.com", "yum.releases.hashicorp.com", "registry.terraform.io"],
7575
"haskell": ["haskell.org", "*.hackage.haskell.org", "get-ghcup.haskell.org", "downloads.haskell.org"],
7676
"kotlin": ["ge.jetbrains.com", "packages.jetbrains.team", "kotlin.bintray.com"],
77-
"julia": ["pkg.julialang.org", "julialang.org", "julialang-s3.julialang.org", "storage.julialang.net"],
77+
"julia": ["pkg.julialang.org", "*.pkg.julialang.org", "julialang.org", "julialang-s3.julialang.org", "storage.julialang.net"],
7878
"java": [
7979
"www.java.com",
8080
"jdk.java.net",

0 commit comments

Comments
 (0)