Skip to content

Commit b86af95

Browse files
committed
allow trusted apps by default
1 parent e6b6180 commit b86af95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Routes/SolidStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static function respondToStorage() {
4343
$owner = StorageServer::getOwner();
4444

4545
$allowedClients = $owner['allowedClients'] ?? [];
46-
$allowedOrigins = [];
46+
$allowedOrigins = TRUSTED_APPS ?? [];
4747
foreach ($allowedClients as $clientId) {
4848
$clientRegistration = ClientRegistration::getRegistration($clientId);
4949
if (isset($clientRegistration['client_name'])) {

0 commit comments

Comments
 (0)