summaryrefslogtreecommitdiffstats
path: root/src/api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/api.c')
-rw-r--r--src/api.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/api.c b/src/api.c
index 709e2e2..5ab4083 100644
--- a/src/api.c
+++ b/src/api.c
@@ -142,11 +142,7 @@ struct sc_query * sc_query_google (const char * s, struct sc_cache * c, struct s
* result dates are sometimes relative ("an hour ago") and heavily depend on the client location, based on IP.
- we won't parse those yet
* I couldn't find anything with ratings, so we won't parse thouse either yet
- * captcha: google knows that this nokia phone we're pretending to be doesn't support javascript
- - the request limiting captcha must work on a phone without javascript. it is probably loaded inside an iframe, but has
- origin protection, so we can't just solve it client-side. we would have to proxy images and create some sort of a session
- based http request-response based user interface so we can ask the user to complete the captcha. this is not yet
- implemeted and will be hard work.
+ * captcha: google knows that this nokia phone we're pretending to be doesn't support javascript, but does not care, and loads an obfuscated captcha anyways that would be hard to defeat for now without some kind of chromium emulation we really don't want.
*/
int rs = 1;
char * xpath = NULL;