summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changelog1
-rw-r--r--debian/changelog1
-rw-r--r--www-cgi/ucgicommon.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index eaceec7..592dc5d 100644
--- a/changelog
+++ b/changelog
@@ -8,6 +8,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low
(Thanks to report from Ben Harris.)
* groupmanage: configurable group name length limit.
(Thanks to small patch from Ben Harris.)
+ * add HTTP_REFERER to ucgi.
--
diff --git a/debian/changelog b/debian/changelog
index eaceec7..592dc5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ userv-utils (0.2.99.0.2) unstable; urgency=low
(Thanks to report from Ben Harris.)
* groupmanage: configurable group name length limit.
(Thanks to small patch from Ben Harris.)
+ * add HTTP_REFERER to ucgi.
--
diff --git a/www-cgi/ucgicommon.c b/www-cgi/ucgicommon.c
index 653d5a6..7111170 100644
--- a/www-cgi/ucgicommon.c
+++ b/www-cgi/ucgicommon.c
@@ -37,6 +37,7 @@ const char *const envok[]= {
"HTTP_HOST",
"HTTP_NEGOTIATE",
"HTTP_PRAGMA",
+ "HTTP_REFERER",
"HTTP_USER_AGENT",
"PATH_INFO",
"PATH_TRANSLATED",