Skip to content

Commit 382397c

Browse files
committed
AC-1173: Change HTTPS setting to secure defaults
1 parent fb26f7f commit 382397c

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@ 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-
],
2719
];

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@ 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-
],
2719
];

0 commit comments

Comments
 (0)