Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is CSRF and how should I configure CSRF protection in Workbench?

configure csrf workbench
0
Posted

What is CSRF and how should I configure CSRF protection in Workbench?

0

CSRF stands for Cross-Site Request Forgery, which is an attack where hackers trick users into inserting or manipulating data on their behalf through a web site the user trusts. To protect Workbench and your data against these types of attacks, CSRF protection is integrated into Workbench and relies on a “secret” stored on your Workbench instance. It is highly recommended that you change the default secret to something that only you have access to. You can do this by going to your configOverrides.php file, finding the “CSRF SECURITY SETTINGS” section, changing the default “CHANGE ME”, and uncommenting the line by removing the leading double backslashes. In addition to the standard CSRF protection in Workbench, you can also enable Login CSRF Protection to block programmatic logins to Workbench, which could be used as an attack. Note, if Login CSRF Protection is enabled, benign programmatic logins such as those from Workbench Tools for Firefox will also be blocked. To enable Login CSRF Pr

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123