We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d848c7 + c911eee commit 55c0cdaCopy full SHA for 55c0cda
modules/exploits/windows/browser/mozilla_reduceright.rb
@@ -94,7 +94,7 @@ def junk(n=4)
94
def on_request_uri(cli, request)
95
agent = request.headers['User-Agent']
96
if agent !~ /Firefox\/3\.6\.[16|17]/
97
- vprint_error("This browser is not supported: #{agent.to_s}")
+ print_error("This browser is not supported: #{agent.to_s}")
98
send_not_found(cli)
99
return
100
end
0 commit comments