Skip to content

Commit

Permalink
🐛 Fix bx unusual activity
Browse files Browse the repository at this point in the history
  • Loading branch information
luoshuijs committed Mar 28, 2024
1 parent 0c5ae5f commit aacfe56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion crates/openai/src/arkose/funcaptcha/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub async fn start_challenge(ctx: &ArkoseSolverContext) -> FunResult<Session> {
.to_owned();

let referer = format!(
"{}/fc/assets/ec-game-core/game-core/1.18.0/standard/index.html?session={}",
"{}/fc/assets/ec-game-core/game-core/2.3.4/standard/index.html?session={}",
ctx.typed.origin_url(),
value.replace("|", "&")
);
Expand Down
Loading

0 comments on commit aacfe56

Please sign in to comment.