Skip to main content

Command Palette

Search for a command to run...

Security & Compliance(CSRF)

Controls that a company implements to protect its assets and meeting the standards that a third-party has set forth as best practices.

Updated
A

Hi there πŸ‘‹, I am Anil Verma I am a passionate Full Stack Web Developer who is fascinated by complex engineering problems.

Cross site request forgery (CSRF), also known as XSRF, Sea Surf or Session Riding, is an attack vector that tricks a web browser into executing an unwanted action in an application to which a user is logged in.

Prevention

  • Logging off web applications when not in use

  • Securing usernames and passwords

  • Not allowing browsers to remember passwords

  • Avoiding simultaneously browsing while logged into an application

  • Denying unauthorized actors access to applications.