summaryrefslogtreecommitdiff
path: root/searx/tests/engines/test_google.py
AgeCommit message (Collapse)Author
2016-01-10[mod] remove buildout/makefile infrastructureAdam Tauber
2016-01-10[fix] google markup change - closes #489Adam Tauber
2015-12-22[fix] prevent google engine to redirectAdam Tauber
nid/pref cookies are also removed
2015-12-15[fix] quickfix for sometimes missing PREF cookieAdam Tauber
2015-05-30[enh] google engine : avoid some "sorry google" by adding another cookie : ↵Alexandre Flament
NID. This cookie is specific by hostname. This allow to send request to google.* (according to the search language). Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.* The PREF is still use on the www.google.com domain.
2015-05-02[fix] google engine testsAlexandre Flament
2015-02-11Google's unit testCqoicebordel