There was an error while loading. Please reload this page.
1 parent cd0eb6f commit 3f061deCopy full SHA for 3f061de
1 file changed
crates/forge_infra/src/http.rs
@@ -58,7 +58,7 @@ impl ForgeHttpService {
58
);
59
headers.insert(
60
"HTTP-Referer",
61
- HeaderValue::from_static("https://github.com/antinomyhq/forge"),
+ HeaderValue::from_static("https://forgecode.dev"),
62
63
64
reqwest::header::CONNECTION,
0 commit comments