Bug #103935
closedInvalidArgumentException "Unsupported scheme android-app" in CSP reporter
100%
Description
It appears that when opening a page via the google search bar on Android devices an InvalidArgumentException is thrown because the search bar sends an referer with scheme "android-app".
I hunted this down to core/Classes/Middleware/AbstractContentSecurityPolicyReporter.php
on line 97
where a TYPO3\CMS\Core\Http\Uri
is constructed with the referrer android-app://com.google.android.googlequicksearchbox/
I only found one similar issue in a TYPO3 extension: https://github.com/urbantrout/site-language-redirection/issues/6
Maybe this helps with solving the issue?
Updated by Gerrit Code Review 6 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/+/84426
Updated by Gerrit Code Review 6 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/+/84426
Updated by Oliver Hader 6 months ago
- Related to Bug #103190: Unsupported scheme "wss"; must be any empty string or in the set (http, https) added
Updated by Gerrit Code Review 5 months ago
Patch set 3 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/+/84426
Updated by Gerrit Code Review 5 months ago
Patch set 4 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/+/84426
Updated by Gerrit Code Review 5 months ago
Patch set 5 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/+/84426
Updated by Gerrit Code Review 4 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/85518
Updated by Oliver Hader 4 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset af36582b2cff71ac1465eae7c1c3b3095912daf8.