We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8589a68 commit 3df3448Copy full SHA for 3df3448
1 file changed
acp/wpn_acp_module.php
@@ -106,7 +106,7 @@ public function display_settings()
106
'U_ACTION' => $this->u_action,
107
]);
108
109
- if (!$this->request->server('HTTPS', false))
+ if (!$this->request->server('HTTPS', false) && $this->request->server('SERVER_NAME') !== 'localhost')
110
{
111
$this->errors[] = $this->lang->lang('WEBPUSH_INSECURE_SERVER_ERROR');
112
}
0 commit comments