Skip to content

Commit 3f061de

Browse files
fix: update HTTP-Referer header to point to the new forgecode.dev URL (#1080)
1 parent cd0eb6f commit 3f061de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/forge_infra/src/http.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ impl ForgeHttpService {
5858
);
5959
headers.insert(
6060
"HTTP-Referer",
61-
HeaderValue::from_static("https://github.com/antinomyhq/forge"),
61+
HeaderValue::from_static("https://forgecode.dev"),
6262
);
6363
headers.insert(
6464
reqwest::header::CONNECTION,

0 commit comments

Comments
 (0)