1
0
Эх сурвалжийг харах

Update ASP, enforce https

Daniel Supernault 6 жил өмнө
parent
commit
70a9bc4bd1

+ 1 - 0
app/Providers/AppServiceProvider.php

@@ -21,6 +21,7 @@ class AppServiceProvider extends ServiceProvider
      */
     public function boot()
     {
+        URL::forceScheme('https');
         Schema::defaultStringLength(191);
 
         Avatar::observe(AvatarObserver::class);