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

This commit is contained in:
2026-04-03 21:06:42 +07:00
parent ff60e63ece
commit cdd7fbaecb
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class TrustProxies extends Middleware
* *
* @var array<int, string>|string|null * @var array<int, string>|string|null
*/ */
protected $proxies; protected $proxies = '*';
/** /**
* The headers that should be used to detect proxies. * The headers that should be used to detect proxies.

View File

@@ -97,7 +97,7 @@ php artisan config:clear || true
php artisan view:clear || true php artisan view:clear || true
php artisan route:clear || true php artisan route:clear || true
php artisan cache:clear || true php artisan cache:clear || true
php artisan optimize:clear || true
# Verify Vite manifest exists # Verify Vite manifest exists
if [ -f public/build/manifest.json ]; then if [ -f public/build/manifest.json ]; then