csrf
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m10s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m10s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / deploy-staging (push) Successful in 41s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
|
||||
*
|
||||
* @var array<int, string>|string|null
|
||||
*/
|
||||
protected $proxies;
|
||||
protected $proxies = '*';
|
||||
|
||||
/**
|
||||
* The headers that should be used to detect proxies.
|
||||
|
||||
@@ -97,7 +97,7 @@ php artisan config:clear || true
|
||||
php artisan view:clear || true
|
||||
php artisan route:clear || true
|
||||
php artisan cache:clear || true
|
||||
|
||||
php artisan optimize:clear || true
|
||||
|
||||
# Verify Vite manifest exists
|
||||
if [ -f public/build/manifest.json ]; then
|
||||
|
||||
Reference in New Issue
Block a user