Closed ibelar closed 1 year ago
Add it from your page:
$page->csfrProtect('my secret phrase', '/');
Then, each callback that implement GuardInterface will be protect from csfr attack when fire from this $page.
Form inputs are sanitized by default.
Required fohn-ui.js version 1.3 and higher
Add csfr protection to callback.
Add it from your page:
Then, each callback that implement GuardInterface will be protect from csfr attack when fire from this $page.
Sanitize input by default
Form inputs are sanitized by default.
Required fohn-ui.js version 1.3 and higher