From dfc8ac480706bed412d7a9b600926db17aa82d38 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 15:22:34 +0000 Subject: fix whitelisting websites, by using a site list, and not an url list --- bin/drakguard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/drakguard b/bin/drakguard index 45c11bc..883c3de 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -336,7 +336,7 @@ sub apply_blacklist { sub apply_whitelist { my @addr = @_; - my $whitelist_top = "/etc/dansguardian/lists/exceptionurllist"; + my $whitelist_top = "/etc/dansguardian/lists/exceptionsitelist"; output_p($whitelist_url_file, map { $_ . "\n" } @addr); include_guardian_file($whitelist_top, $whitelist_url_file); } -- cgit v1.2.1