]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - test.py
Block favicon.ico and allow remote stats requests (configurable).
[quix0rs-apt-p2p.git] / test.py
diff --git a/test.py b/test.py
index d4df4e74e661a56ede906c65e2b6f57e36ac4e71..ec64de2e30a2a35a268a2da22018682c5ef5939f 100755 (executable)
--- a/test.py
+++ b/test.py
@@ -360,6 +360,9 @@ CACHE_DIR = %(CACHE_DIR)s
 # Whether it's OK to use an IP addres from a known local/private range
 LOCAL_OK = yes
 
+# Whether a remote peer can access the statistics page
+REMOTE_STATS = yes
+
 # Unload the packages cache after an interval of inactivity this long.
 # The packages cache uses a lot of memory, and only takes a few seconds
 # to reload when a new request arrives.