ajout du https forcé pour tous

This commit is contained in:
2026-03-30 22:02:51 +02:00
parent a73cd76d86
commit 454767aa58
+1 -3
View File
@@ -20,9 +20,7 @@ class AppServiceProvider extends ServiceProvider
*/
public function boot(): void
{
// Forcer HTTPS en production et staging
if (!app()->environment('local')) {
// Forcer HTTPS
URL::forceScheme('https');
}
}
}