mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ASP, enforce https
This commit is contained in:
parent
3fc6ec48bd
commit
70a9bc4bd1
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class AppServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function boot()
|
||||
{
|
||||
URL::forceScheme('https');
|
||||
Schema::defaultStringLength(191);
|
||||
|
||||
Avatar::observe(AvatarObserver::class);
|
||||
|
|
Loading…
Reference in a new issue