mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
d1dca5a1f1
When running the application locally with APP_URL=http://localhost it is unexpected for all route URLs returned by `route('route-name')` to use the https prefix. Configuring SSL for your local environment should not be a required step to development locally. The new logic checks the configured URL for presence of https:// OR that this the application is running in a production environment. |
||
---|---|---|
.. | ||
AppServiceProvider.php | ||
AuthServiceProvider.php | ||
BroadcastServiceProvider.php | ||
EventServiceProvider.php | ||
HorizonServiceProvider.php | ||
PassportServiceProvider.php | ||
RouteServiceProvider.php | ||
TelescopeServiceProvider.php |