xssfilter
xssfilter copied to clipboard
An XSS filter for Events in Symphony CMS
An error occurred in /path-redacted/extensions/xssfilter/extension.driver.php around line 97. ``` 96 public static function FrontendParamsResolve(array &$context) { 97 Frontend::Page()->registerPHPFunction(array( ``` Backtrace PHP 7.4.12 ``` [/path-redacted/symphony/lib/toolkit/class.extensionmanager.php:754] Extension_XSSFilter::FrontendParamsResolve(); [/path-redacted/symphony/lib/toolkit/class.frontendpage.php:442] ExtensionManager::notifyMembers(); [/path-redacted/symphony/lib/toolkit/class.frontendpage.php:197] FrontendPage->__buildPage(); [/path-redacted/symphony/lib/core/class.frontend.php:105]...
Maybe I'm not using it correctly - but a form I'm working on has started failing on every submit: `Request was rejected for having an invalid cross-site request forgery token.`...