Actions
Bug #103935
closedInvalidArgumentException "Unsupported scheme android-app" in CSP reporter
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2024-05-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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?
Actions