This commit is contained in:
erwanlr
2019-07-31 14:53:11 +01:00
parent 534a7602e6
commit 53fdac1038
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ module WPScan
connecttimeout: 300,
accept_encoding: 'gzip, deflate',
cache_ttl: 0,
headers: { 'User-Agent' => Browser.instance.default_user_agent }
headers: { 'User-Agent' => Browser.instance.default_user_agent, 'Referer' => nil }
}
end