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
Hello,
While configuring NADA, I saw that several routes are excluded from the anti-CSRF token generation (see snippet below)
In my understanding, some of these routes like admin/catalog/update could benefit from CSRF protection.
Is there a technical reason why these path are excluded ? If not, what is the most correct and recent way to include the CSRF token in NADA ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
While configuring NADA, I saw that several routes are excluded from the anti-CSRF token generation (see snippet below)
In my understanding, some of these routes like
admin/catalog/update
could benefit from CSRF protection.Is there a technical reason why these path are excluded ? If not, what is the most correct and recent way to include the CSRF token in NADA ?
Beta Was this translation helpful? Give feedback.
All reactions