+2 votes
in FuelPHP by
What are the default security features provided by FuelPHP frameworks?

1 Answer

0 votes
by
  1. Encoding of the output
  2. Input filtering
  3. XSS filtering
  4. Filtering of URLs
  5. Prevention of SQL injection
  6. CSRF token protection
...