yep fix. fuck fsky
This commit is contained in:
@@ -249,7 +249,7 @@ class yep{
|
|||||||
curl_setopt($curlproc, CURLOPT_HTTPHEADER,
|
curl_setopt($curlproc, CURLOPT_HTTPHEADER,
|
||||||
["User-Agent: " . config::USER_AGENT,
|
["User-Agent: " . config::USER_AGENT,
|
||||||
"Accept: */*",
|
"Accept: */*",
|
||||||
"Accept-Language: en-US,en;q=0.5",
|
"Accept-Language: en-US,en;q=0.9",
|
||||||
"Accept-Encoding: gzip, deflate, br, zstd",
|
"Accept-Encoding: gzip, deflate, br, zstd",
|
||||||
"Referer: https://yep.com/",
|
"Referer: https://yep.com/",
|
||||||
"Origin: https://yep.com",
|
"Origin: https://yep.com",
|
||||||
@@ -259,6 +259,8 @@ class yep{
|
|||||||
"Sec-Fetch-Mode: cors",
|
"Sec-Fetch-Mode: cors",
|
||||||
"Sec-Fetch-Site: same-site",
|
"Sec-Fetch-Site: same-site",
|
||||||
"Priority: u=4",
|
"Priority: u=4",
|
||||||
|
"Pragma: no-cache",
|
||||||
|
"Cache-Control: no-cache",
|
||||||
"TE: trailers"]
|
"TE: trailers"]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user