Skip to content

Commit

Permalink
change useragent
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed May 12, 2015
1 parent 47905a6 commit 62f8757
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion baseunits/uMisc.pas
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function FindStrLinearPos(aList: TStrings; aValue: String): Integer;
fOtherLogFile = 'fmd_otherLog.txt';

UA_CURL = 'curl/7.42.1';
UA_FIREFOX = 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0';
UA_FIREFOX = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0';
UA_CHROME = 'Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36';
UA_OPERA = 'Mozilla/5.0 (Windows NT 6.3; WOW64; rv:37.0) Gecko/20100101 Firefox/37.0';
UA_GOOGLEBOT = 'Mozilla/5.0 (compatible; Googlebot/2.1; http://www.google.com/bot.html)';
Expand Down
10 changes: 0 additions & 10 deletions baseunits/uMisc.pas.rej

This file was deleted.

0 comments on commit 62f8757

Please sign in to comment.