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
fix(security): remove HttpGetActionInterface from CategoryMerchandiser Save
Save controller should only handle POST requests. GET functionality
is already provided by the Load controller. Removing dual interface
ensures proper CSRF protection for all Save requests.
Fixes#11
0 commit comments