Bug #83659
closedEpic #83652: EXT: Redirects module - Umbrella issue
Validation of source_host incomplete
100%
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)
Updated by Susanne Moog over 6 years ago
- Category set to Site Handling, Site Sets & Routing
Updated by Frank Nägler over 6 years ago
- Status changed from New to In Progress
- Assignee set to Frank Nägler
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55467
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55467
Updated by Frank Nägler over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 641943f46df8ac8023e799a8508d070fdcf61fae.