This file is indexed.

/etc/havp/blacklist is in havp 0.92a-3+b2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#
# This is the blacklist file for HAVP
# 
# All lines starting with a hash (#) or empty lines are ignored.
#
# Lines can hold URLs with wildcards with following rules:
# Line must cointain Domain/Path
# Domains can have a wildcard at begin.
# Pages can hav a wildcard at begin and end.
# URLs without wildcards are exact
#e.g
# www.server-side.de    (Only this URL is whitelisted)
# www.server-side.de/*  (Domain is completely whitelisted)
# *server-side.de/index.html
# */*.gif               (All .gif are whitelisted)
# www.server-side.de/novirus*
# www.server-side.de/*novirus*