mirror of
https://github.com/mrfluffy-dev/kami.git
synced 2026-01-17 04:50:32 +00:00
I did an oopsie
This commit is contained in:
@@ -20,7 +20,6 @@ pub fn get_ep_location(url: &str) -> String {
|
|||||||
let request = Request::builder()
|
let request = Request::builder()
|
||||||
.method("HEAD")
|
.method("HEAD")
|
||||||
.uri(url)
|
.uri(url)
|
||||||
.redirect_policy(isahc::config::RedirectPolicy::Follow)
|
|
||||||
.header(
|
.header(
|
||||||
"user-agent",
|
"user-agent",
|
||||||
"Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/100.0",
|
"Mozilla/5.0 (X11; Linux x86_64; rv:99.0) Gecko/20100101 Firefox/100.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user