mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
deny Bittorrent Protocol v2 torrents
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ return [
|
||||
|
||||
'stateful' => explode(',', env(
|
||||
'SANCTUM_STATEFUL_DOMAINS',
|
||||
'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1,'.parse_url(env('APP_URL'), PHP_URL_HOST)
|
||||
'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1,'.parse_url(env('APP_URL', ''), PHP_URL_HOST)
|
||||
)),
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user