mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 20:24:44 +02:00
Strip http/ https from steam oauth allowed_host
(#889)
* strip http/ https from steam oauth allowed_host * fix param order
This commit is contained in:
parent
7449b82f41
commit
6fcf4173d3
@ -130,7 +130,7 @@ return [
|
|||||||
'client_id' => null,
|
'client_id' => null,
|
||||||
'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'),
|
'client_secret' => env('OAUTH_STEAM_CLIENT_SECRET'),
|
||||||
'allowed_hosts' => [
|
'allowed_hosts' => [
|
||||||
env('APP_URL'),
|
str_replace(['http://', 'https://'], '', env('APP_URL')),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'provider' => \SocialiteProviders\Steam\Provider::class,
|
'provider' => \SocialiteProviders\Steam\Provider::class,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user