mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-31 07:37:21 +02:00
Fix license activation and plugin requests ignoring proxy settings
Make yaak_api_client() read proxy settings from the database and apply them to the reqwest client. Also replace bare reqwest::Client::new() calls in license activate/deactivate with yaak_api_client() so they get proxy support (and consistent UA/headers/timeout). Fixes https://yaak.app/feedback/posts/cannot-activate-license Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
1127d7e3fa
commit
83f6f9786b
@@ -11,3 +11,5 @@ thiserror = { workspace = true }
|
||||
serde = { workspace = true, features = ["derive"] }
|
||||
regex = "1.11.0"
|
||||
yaak-common = { workspace = true }
|
||||
yaak-models = { workspace = true }
|
||||
log = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user