Merge "Updated Oregano command line regex"
diff --git a/src/server/main.c b/src/server/main.c
index 7eabcdc..3f11e81 100644
--- a/src/server/main.c
+++ b/src/server/main.c
@@ -59,7 +59,7 @@
 static char *spAppFiberTVMatch = NULL;
 
 static char *spAppOregano = "content_shell";
-static char *spAppOreganoMatch = "fiber.google.com/oregano";
+static char *spAppOreganoMatch = "file:///app/oregano/";
 
 // Adding 20 bytes for prepended source_type for Netflix
 static char sQueryParam[DIAL_MAX_PAYLOAD+20];