Skip to content
Snippets Groups Projects
Commit 5d3dcaf6 authored by Christian Kuhn's avatar Christian Kuhn Committed by Richard Haeser
Browse files

[TASK] Avoid 'meta http-equiv="refresh"' in extbase redirectToUri()

"<html><head><meta http-equiv="refresh" ..." is discouraged
by w3.org [1] and should be implemented as server-side 3**
response.
Extbase redirectToUri() already sets 303 (default) and adds
the Location header.
The meta http refresh is obsolete and can be dropped
together with the delay argument.

[1] https://www.w3.org/TR/WCAG20-TECHS/H76.html

Resolves: #94341
Releases: master
Change-Id: Ic3c037b0ee9edbc0eebf9f1b50180ca6c3f98ba2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69491


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarRichard Haeser <richard@richardhaeser.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarRichard Haeser <richard@richardhaeser.com>
parent 4b4385b4
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment