Skip to content

Commit 5f9e757

Browse files
committed
AC-1173: Change HTTPS setting to secure defaults
1 parent 882d21f commit 5f9e757

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

dev/tests/api-functional/config/post-install-setup-command-config.php.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ return [
1616
]
1717
]
1818
*/
19+
[
20+
'command' => 'config:set',
21+
'config' => ['web/secure/use_in_adminhtml' => 0]
22+
],
23+
[
24+
'command' => 'config:set',
25+
'config' => ['web/secure/use_in_frontend' => 0]
26+
],
1927
];

dev/tests/integration/etc/post-install-setup-command-config.php.dist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,12 @@ return [
1616
]
1717
]
1818
*/
19+
[
20+
'command' => 'config:set',
21+
'config' => ['web/secure/use_in_adminhtml' => 0]
22+
],
23+
[
24+
'command' => 'config:set',
25+
'config' => ['web/secure/use_in_frontend' => 0]
26+
],
1927
];

0 commit comments

Comments
 (0)