diff --git a/web/index.php b/web/index.php index c2b17c061..987a92815 100644 --- a/web/index.php +++ b/web/index.php @@ -177,7 +177,7 @@ isset($view) || $view = NULL; isset($request) || $request = NULL; isset($action) || $action = NULL; -if ( ZM_ENABLE_CSRF_MAGIC && $action != 'login' ) { +if ( ZM_ENABLE_CSRF_MAGIC && $action != 'login' && $action != 'view_video' ) { Logger::Debug("Calling csrf_check with the following values: \$request = \"$request\", \$view = \"$view\", \$action = \"$action\""); csrf_check(); }