Task #104742
closedRemove ancient server side 'no cookie' detection
100%
Updated by Christian Kuhn 3 months ago ยท Edited
To test:
Call BE login in firefox.
Tools - Page info - Permission - "Set cookies" - uncheck "Use default" - set "Block"
Call BE login again.
-> message "Please activate Cookies!" is shown via JS, the server side test never kicks in.
Note the server side message doesn't even kick in when JS is disabled. (play around with firefox about:config javascript.enabled to test this.)
Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85787
Updated by Gerrit Code Review 3 months ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85787
Updated by Christian Kuhn 3 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 279a8dca752ae8b66f107788e5f70f27c8044b48.
Updated by Christian Kuhn 3 months ago
- Related to Task #104744: Avoid handling L=OUT in LoginController added