Skip to content

Commit

Permalink
googlefs: force disabling HTTP redirection from Google
Browse files Browse the repository at this point in the history
We don't really handle HTTP REDIRECT...
  • Loading branch information
mmuman committed Nov 8, 2015
1 parent 49d3cc2 commit 26b35e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-ons/kernel/file_systems/googlefs/google_request.c
Expand Up @@ -30,7 +30,7 @@

#define TESTURL "http://www.google.com/search?hl=en&ie=UTF-8&num=50&q=beos"
//#define BASEURL "http://www.google.com/search?hl=en&ie=UTF-8&num=50&q="
#define BASEURL "/search?hl=en&ie=UTF-8&oe=UTF-8"
#define BASEURL "/search?hl=en&ie=UTF-8&oe=UTF-8&gws_rd=cr"
#define FMT_NUM "&num=%u"
#define FMT_Q "&q=%s"

Expand Down

0 comments on commit 26b35e6

Please sign in to comment.