diff --git a/c/Fetch b/c/Fetch
index f025f8e0dbc860d8f15fb24a819b53afe65bfbf8..ad35a1f2d5fbd16541a145fd5785d318b7dad926 100644
--- a/c/Fetch
+++ b/c/Fetch
@@ -2647,6 +2647,19 @@ _kernel_oserror * html_get_next_token(browser_data * b, unsigned int handle, int
             flex_free(source);
             *source = NULL;
 
+            /* Customer specific */
+
+            #ifdef CUSTOMER_SPECIAL
+
+              if (!strcmp(redirect,"http://www.customer.net/login.cgi"))
+              {
+                // Send out cookie...
+
+                redirect = (char *) "http://www.customer.com/simple.html";
+              }
+
+            #endif
+
             /* Set the fetch's urlstat structure to say that */
             /* no data has been fetched                      */