diff --git a/defaults/yacy.init b/defaults/yacy.init index 1c6879d9c..0731e86aa 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -639,6 +639,9 @@ proxy.sendViaHeader=true # Specifies if the proxy should send the X-Forwarded-For header proxy.sendXForwardedForHeader=true +# Enable cookie monitoring +proxy.monitorCookies=false + # msgForwarding: Specifies if yacy should forward received messages via # email to the configured email address msgForwardingEnabled=false diff --git a/htroot/CookieMonitorIncoming_p.html b/htroot/CookieMonitorIncoming_p.html index 58c5b6756..501b5c817 100644 --- a/htroot/CookieMonitorIncoming_p.html +++ b/htroot/CookieMonitorIncoming_p.html @@ -26,6 +26,12 @@ #{/list}# +
#%env/templates/footer.template%#