Login
Remember
Register
Ask a Question
What are the default security features provided by FuelPHP frameworks?
+2
votes
asked
Jan 16, 2022
in
FuelPHP
by
DavidAnderson
What are the default security features provided by FuelPHP frameworks?
fuelphp-interview-question
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 16, 2022
by
DavidAnderson
Encoding of the output
Input filtering
XSS filtering
Filtering of URLs
Prevention of SQL injection
CSRF token protection
...