From 348d60128984b1269b8747de09b0dbd85053733f Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 4 Feb 2022 11:55:11 -0800 Subject: [PATCH] added fake referer headers, user agents, and spoofs firefox in links --- links/links.cfg | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/links/links.cfg b/links/links.cfg index 4973fb77..451b6988 100644 --- a/links/links.cfg +++ b/links/links.cfg @@ -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"