From b4d690a5f3aa01f8bc62ca2f58bcecce0a188cf3 Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sun, 3 Mar 2013 11:26:00 +0000 Subject: [PATCH] det_visited_domains now supports also Opera. --- modules/browser/get_visited_domains/config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/browser/get_visited_domains/config.yaml b/modules/browser/get_visited_domains/config.yaml index 97879eefe..f253fef1d 100644 --- a/modules/browser/get_visited_domains/config.yaml +++ b/modules/browser/get_visited_domains/config.yaml @@ -9,8 +9,8 @@ beef: enable: true category: "Browser" name: "Get Visited Domains" - description: "This module will retrieve rapid history extraction through non-destructive cache timing.\nBased on work done at http://lcamtuf.coredump.cx/cachetime/" - authors: ["keith_lee @keith55 http://milo2012.wordpress.com"] + description: "This module will retrieve rapid history extraction through non-destructive cache timing.\nBased on work done by Michal Zalewski at http://lcamtuf.coredump.cx/cachetime/" + authors: ["@keith55", "quentin"] target: - working: ["FF", "IE"] - not_working: ["O", "C", "S"] + working: ["FF", "IE", "O"] + not_working: ["C", "S"]