Skip to content

Commit 1f59d22

Browse files
authored
Merge pull request #319 from MGatner/feature/force-https
2 parents 3e59812 + da88c05 commit 1f59d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class App extends BaseConfig
137137
*
138138
* @var bool
139139
*/
140-
public $forceGlobalSecureRequests = false;
140+
public $forceGlobalSecureRequests = true;
141141

142142
/**
143143
* --------------------------------------------------------------------------

0 commit comments

Comments
 (0)