dev #2

Merged
webmaster merged 34 commits from dev into main 2025-12-20 20:04:57 +00:00
Showing only changes of commit 075c6bfdf9 - Show all commits

View File

@@ -18,7 +18,7 @@ class AppServiceProvider extends ServiceProvider
{ {
// Force HTTPS when behind a proxy (Traefik) // Force HTTPS when behind a proxy (Traefik)
if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') { if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https') {
\URL::forceScheme('https'); \URL::forceSchema('https');
} }
Storage::extend('sftp', function ($app, $config) { Storage::extend('sftp', function ($app, $config) {