Multiple choice technology security Whats the use of adding the CSRF Token to the urls? Prevent Cross Site Scripting Prevent Cross Site Request Forgery Prevent Cross Site Tracing None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation CSRF tokens prevent Cross Site Request Forgery by ensuring requests are genuinely from the intended user. They do not prevent XSS (A) or XST (C) which are different vulnerability classes.