mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #869 from pixelfed/frontend-ui-refactor
Update ASP, enforce https
This commit is contained in:
commit
36985451b3
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