We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6be6c9 commit b618572Copy full SHA for b618572
lib/Routes/SolidUserProfile.php
@@ -46,7 +46,7 @@ public static function respondToProfile() {
46
$owner = ProfileServer::getOwner();
47
48
$allowedClients = $owner['allowedClients'] ?? [];
49
- $allowedOrigins = [];
+ $allowedOrigins = TRUSTED_APPS ?? [];
50
foreach ($allowedClients as $clientId) {
51
$clientRegistration = ClientRegistration::getRegistration($clientId);
52
if (isset($clientRegistration['client_name'])) {
0 commit comments