diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index cbcfba5476..eadc593b72 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -211,8 +211,10 @@ function post_cvssync_commands() { function isUrl($url = "") { if($url) - if(strstr($url, "rcs.pfsense.org") or strstr($url, "mainline")) - return true; + if(strstr($url, "rcs.pfsense.org") or + strstr($url, "mainline") or + strstr($url, ".git")) + return true; return false; }