We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b6180 commit b86af95Copy full SHA for b86af95
lib/Routes/SolidStorage.php
@@ -43,7 +43,7 @@ public static function respondToStorage() {
43
$owner = StorageServer::getOwner();
44
45
$allowedClients = $owner['allowedClients'] ?? [];
46
- $allowedOrigins = [];
+ $allowedOrigins = TRUSTED_APPS ?? [];
47
foreach ($allowedClients as $clientId) {
48
$clientRegistration = ClientRegistration::getRegistration($clientId);
49
if (isset($clientRegistration['client_name'])) {
0 commit comments