We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0538dd8 commit ed72263Copy full SHA for ed72263
1 file changed
www/wp-config.php
@@ -63,7 +63,6 @@
63
define('WP_STATELESS_MEDIA_BODY_REWRITE', 'false');
64
65
66
-
67
// For ProudCity, to fix issues related to migration
68
define('PROUD_WP_STATELESS_FORCE', getenv('PROUD_WP_STATELESS_FORCE'));
69
@@ -141,6 +140,10 @@
141
140
}
142
define('WP_ENVIRONMENT_TYPE', (string) $environment_type);
143
+define('FORCE_SSL_ADMIN', true);
144
+@ini_set('session.cookie_secure', '1');
145
+@ini_set('session.cookie_samesite', 'Lax');
146
+
147
148
$url = (getenv('TLS') === 'true' ? 'https' : 'http') . '://' . getenv('HOST');
149
define("WP_SITEURL", $url.'/');
0 commit comments