Skip to content

Commit da88c05

Browse files
committed
Enforce HTTPS
1 parent 3e59812 commit da88c05

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)