Browse Source

Minor - remove XSS

Julio Montoya 5 years ago
parent
commit
71899b1406
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/exercise/exercise.class.php

+ 0 - 1
main/exercise/exercise.class.php

@@ -3284,7 +3284,6 @@ class Exercise
     public function showSimpleTimeControl($timeLeft, $url = '')
     {
         $timeLeft = (int) $timeLeft;
-        $url = Security::remove_XSS($url);
 
         return "<script>
             function openClockWarning() {