Skip to content

Commit

Permalink
Sec-GPS header added
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 23, 2024
1 parent a2b228c commit 5d2fab0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ccode/fetcher_curl.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void curl_options_common(CURL *curl, char* url){
struct curl_slist *chunk = NULL;
chunk = curl_slist_append(chunk, "Connection: keep-alive");
chunk = curl_slist_append(chunk, "DNT: 1");
chunk = curl_slist_append(chunk, "Sec-GPC: 1");
chunk = curl_slist_append(chunk, "Ymp: \"NE MUTLU TURKUM DIYENE\"");
if(strcmp(get_value("debug"),"true")==0){
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
Expand Down

0 comments on commit 5d2fab0

Please sign in to comment.