# CSRF ## Protection * May be a hidden field with an encoded value ```html ``` * This field need to be removed in order to do some csrf shenanigans * Decode the value to reproduce some valid content.