1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Allow certain domains to skip validation

This commit is contained in:
Khushboo Verma 2024-01-04 16:37:15 +05:30
parent 3863677735
commit 431e26c153
3 changed files with 14 additions and 8 deletions

View file

@ -78,6 +78,7 @@ use Utopia\Validator\IP;
use Utopia\Validator\URL;
use Utopia\Validator\WhiteList;
use Utopia\CLI\Console;
use Utopia\Domains\Validator\PublicDomain;
const APP_NAME = 'Appwrite';
const APP_DOMAIN = 'appwrite.io';
@ -232,6 +233,11 @@ $register = new Registry();
App::setMode(App::getEnv('_APP_ENV', App::MODE_TYPE_PRODUCTION));
$isProduction = App::getEnv('_APP_ENV', App::MODE_TYPE_DEVELOPMENT) === App::MODE_TYPE_PRODUCTION;
if (!$isProduction) {
PublicDomain::allow(['request-catcher']);
}
/*
* ENV vars
*/

View file

@ -50,7 +50,7 @@
"utopia-php/cli": "0.15.*",
"utopia-php/config": "0.2.*",
"utopia-php/database": "0.45.*",
"utopia-php/domains": "0.4.*",
"utopia-php/domains": "0.5.*",
"utopia-php/dsn": "0.1.*",
"utopia-php/framework": "0.32.*",
"utopia-php/image": "0.5.*",

14
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "def5b4f6d260324aefe22c6980a89e9d",
"content-hash": "92b527993518d6b893e3d226064edac0",
"packages": [
{
"name": "adhocore/jwt",
@ -1962,16 +1962,16 @@
},
{
"name": "utopia-php/domains",
"version": "0.4.1",
"version": "0.5.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/domains.git",
"reference": "815198420852f924a350150ca201edfc6f19cf20"
"reference": "bf07f60326f8389f378ddf6fcde86217e5cfe18c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/domains/zipball/815198420852f924a350150ca201edfc6f19cf20",
"reference": "815198420852f924a350150ca201edfc6f19cf20",
"url": "https://api.github.com/repos/utopia-php/domains/zipball/bf07f60326f8389f378ddf6fcde86217e5cfe18c",
"reference": "bf07f60326f8389f378ddf6fcde86217e5cfe18c",
"shasum": ""
},
"require": {
@ -2016,9 +2016,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/domains/issues",
"source": "https://github.com/utopia-php/domains/tree/0.4.1"
"source": "https://github.com/utopia-php/domains/tree/0.5.0"
},
"time": "2023-12-28T09:23:51+00:00"
"time": "2024-01-03T22:04:27+00:00"
},
{
"name": "utopia-php/dsn",