Actions
Bug #83659
closedEpic #83652: EXT: Redirects module - Umbrella issue
Validation of source_host incomplete
Status:
Closed
Priority:
Should have
Assignee:
Category:
Site Handling, Site Sets & Routing
Target version:
Start date:
2018-01-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Source Host has currently only a very basic sanitation removing full protocols (specified with :// parts).
It is currently possible to add all kinds of other invalid stuff (for example: mailto:foo.bar).
Goal would be to have
- client side direct validation of domains (allow full domains with protocol)
- client side sanitation of domains (removing a pasted protocol for example, IDNA conversions ...)
- server side sanitation of domains on save (same logic as client-side)
Actions