1
0
Fork 0

Merge pull request #869 from pixelfed/frontend-ui-refactor

Update ASP, enforce https
This commit is contained in:
daniel 2019-02-24 12:18:52 -07:00 committed by GitHub
commit 36985451b3
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions

View File

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