added fake referer headers, user agents, and spoofs firefox in links
This commit is contained in:
parent
2d42a72342
commit
348d601289
1 changed files with 10 additions and 8 deletions
|
|
@ -17,12 +17,7 @@ image_cache_size 1M
|
|||
font_cache_size 2M
|
||||
http_bugs.aggressive_cache 1
|
||||
ipv6.address_preference 0
|
||||
http_proxy "127.0.0.1:8118"
|
||||
ftp_proxy ""
|
||||
https_proxy "127.0.0.1:8118"
|
||||
html_link_color "4"
|
||||
html_text_color "0"
|
||||
html_numbered_links "1"
|
||||
socks_proxy ""
|
||||
no_proxy_domains ""
|
||||
append_text_to_dns_lookups ""
|
||||
|
|
@ -36,11 +31,11 @@ http_bugs.allow_blacklist 1
|
|||
http_bugs.no_accept_charset 0
|
||||
http_bugs.no_compression 0
|
||||
http_bugs.retry_internal_errors 0
|
||||
fake_firefox 0
|
||||
fake_firefox 1
|
||||
http_do_not_track 0
|
||||
http_referer 4
|
||||
http_referer 2
|
||||
fake_referer ""
|
||||
fake_useragent ""
|
||||
fake_useragent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.246"
|
||||
http.extra_header ""
|
||||
ftp.anonymous_password "somebody@host.domain"
|
||||
ftp.use_passive 1
|
||||
|
|
@ -118,3 +113,10 @@ extension "deb" "application/x-debian-package"
|
|||
extension "avi" "video/x-msvideo"
|
||||
extension "au,snd" "audio/basic"
|
||||
extension "aif,aiff,aifc" "audio/x-aiff"
|
||||
# customizations
|
||||
http_proxy "127.0.0.1:8118"
|
||||
https_proxy "127.0.0.1:8118"
|
||||
html_link_color "4"
|
||||
html_text_color "0"
|
||||
html_numbered_links "1"
|
||||
download_dir "/home/brian/Downloads"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue