User tests: Successful: Unsuccessful:
This PR removes a completely pointless pseudo security-check in the TemplateHelper.
The code was supposed to check the last 256 chars of an uploaded file for HTML tags - which should removed for various reasons:
<table> tags folks, if someone has access to your PHP files, you are screwed anywaysWhy removing it now: AI agents start checking our codebase, that snippet here will very likely cause reports about the wrong offset in file_get_contents.
Code review
Code present
Code gone
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
| Status | New | ⇒ | Pending |
| Category | ⇒ | Administration com_templates |