WebComponent/src/FuzeWorks
Abel Hoogeveen 416d3895d0
Implemented changes requested by FuzeWorks\Application
- CSRF Verification is now functional again
- CSRF throws CSRFException
- XSS clean can now be disabled in the config globally. Once disabled, this can't be overridden
- X-Powered-By header is now always suppressed
- WebComponent now assigns global variables to the LayoutEngine.
- CSRF Exceptions can be handled by a view, if this one implements the securityExceptionHandler() method
- Error403 page added
2019-03-01 11:25:18 +01:00
..
Exception Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
Input.php Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
Output.php Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
Security.php Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
URI.php Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
UTF8.php Implemented all basic features of WebComponent. Not release ready 2019-02-09 20:22:49 +01:00
WebComponent.php Implemented changes requested by FuzeWorks\Application 2019-03-01 11:25:18 +01:00
WebController.php Updated minor changes. Creates version 1.2.0-RC1 2019-02-15 19:30:11 +01:00
WebModel.php Updated minor changes. Creates version 1.2.0-RC1 2019-02-15 19:30:11 +01:00
WebView.php Updated minor changes. Creates version 1.2.0-RC1 2019-02-15 19:30:11 +01:00