Django - Security Best Practices
In a Django template, if you apply the
safe filter to {{ user_input|safe }} where user_input contains malicious JavaScript, what is the consequence?