79198340

Date: 2024-11-17 23:21:44
Score: 1.5
Natty:
Report link

In CodeIgniter 4:

Update app/Config/App.php and set update this line:

public string $permittedURIChars = 'a-z 0-9~%.:_\-';

A full list of Unicode ranges can be found at Wikipedia’s Unicode block.

See more in CI4 manual.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Joe Edman