Update supported browsers for lcamtuf download module

Opera blocks the `data:` URL popup by default.

Safari is no longer listed as either supported nor unsupported pending
further testing.
This commit is contained in:
bcoles
2012-09-23 16:04:25 +09:30
parent fe87d382db
commit 95f5d78acc

View File

@@ -22,5 +22,5 @@ beef:
description: "This module will attempt to execute a lcamtuf download. The file will be served with an alternative <i>Content-Disposition: attachment</i> header. For more information please refer to <a href='http://lcamtuf.blogspot.co.uk/2012/05/yes-you-can-have-fun-with-downloads.html'>http://lcamtuf.blogspot.co.uk/2012/05/yes-you-can-have-fun-with-downloads.html</a> ."
authors: ["Bart Leppens"]
target:
user_notify: ["ALL"]
not_working: ["IE"]
user_notify: ["FF", "C"]
not_working: ["IE", "O"]