diff --git a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood
index 4ae1364a0956e8f07f2f68b26419ff0c51003a80..2d448fca6b676b4fada4ccab7e4f0588eeb5e9dd 100755
--- a/src/packages/fff/fff-hoods/files/usr/sbin/configurehood
+++ b/src/packages/fff/fff-hoods/files/usr/sbin/configurehood
@@ -77,6 +77,9 @@ if [ -s "$hoodfilewww" ] && isGatewayAvailable ; then
 fi
 
 if [ -s "$hoodfilelocal" ]; then
+	# remove webroot hoodfile to prevent offering local hoodfiles to neighbours
+	rm -f "$hoodfilewww"
+
 	cp "$hoodfilelocal" "$hoodfiletmp"
 	echo "Use local hood file"
 else