We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354bf81 commit fcf2c17Copy full SHA for fcf2c17
lib/Routes/SolidStorage.php
@@ -54,7 +54,7 @@ public static function respondToStorage() {
54
$allowedOrigins[] = $clientRegistration['origin'];
55
}
56
57
- if ($origin =="") {
+ if (!isset($origin) || ($origin === "")) {
58
$allowedOrigins[] = "app://unset"; // FIXME: this should not be here.
59
$origin = "app://unset";
60
0 commit comments