From 7f04797026b243c0908d426cfe9d42cc24e02ba1 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Wed, 21 Sep 2011 12:10:36 +0000 Subject: [PATCH] Issue 505: added Chrome as the only supported browser in module config git-svn-id: https://beef.googlecode.com/svn/trunk@1302 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/chrome_extensions/execute_tabs/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/chrome_extensions/execute_tabs/config.yaml b/modules/chrome_extensions/execute_tabs/config.yaml index 98d4ec3be..0c72f978b 100644 --- a/modules/chrome_extensions/execute_tabs/config.yaml +++ b/modules/chrome_extensions/execute_tabs/config.yaml @@ -22,4 +22,5 @@ beef: description: "Open a new tab and execute the Javascript code on it. The Chrome Extension need to have the 'tabs' permission, as well as access to the domain." authors: ["Kos", "antisnatchor"] target: - user_notify: ["ALL"] + working: ["C"] + user_notify: ["C"]