From 04fc009874db2d539ad881b649f7ebb512f05312 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Thu, 8 Aug 2024 22:22:38 +0100 Subject: Init rails app --- app/Http/Middleware/TrustHosts.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/Http/Middleware/TrustHosts.php (limited to 'app/Http/Middleware/TrustHosts.php') diff --git a/app/Http/Middleware/TrustHosts.php b/app/Http/Middleware/TrustHosts.php deleted file mode 100644 index c9c58bd..0000000 --- a/app/Http/Middleware/TrustHosts.php +++ /dev/null @@ -1,20 +0,0 @@ - - */ - public function hosts(): array - { - return [ - $this->allSubdomainsOfApplicationUrl(), - ]; - } -} -- cgit v1.2.3-54-g00ecf