You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
left_join_column.R is missing the csrf definition.
get_csrf.R definition: Get a Cross-Site Request Forgery (CSRF) response.
It is still not clear to me what CSRF means. Looked up the definition: ("Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. ")
Our get_csrf_token is giving protection from this attack?
The text was updated successfully, but these errors were encountered:
left_join_column.R is missing the csrf definition.
get_csrf.R definition: Get a Cross-Site Request Forgery (CSRF) response.
It is still not clear to me what CSRF means. Looked up the definition: ("Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they’re currently authenticated. ")
Our get_csrf_token is giving protection from this attack?
The text was updated successfully, but these errors were encountered: