Skip to content

Commit

Permalink
Set default to reject invalid HTTPS certificates
Browse files Browse the repository at this point in the history
Set the default configuration to reject bad HTTPS certificates, aligning with modern browser behavior.
  • Loading branch information
Juan Carlos Rodríguez-del-Pino committed Oct 31, 2024
1 parent 061a37d commit f52e39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
get_string( 'use_xmlrpc_description', VPL ), 0 ) );
$settings->add(
new admin_setting_configcheckbox( $prefix . 'acceptcertificates', get_string( 'acceptcertificates', VPL ),
get_string( 'acceptcertificates_description', VPL ), 1 ) );
get_string( 'acceptcertificates_description', VPL ), 0 ) );
$wsoptions = [
'always_use_wss' => get_string( 'always_use_wss', VPL ),
'always_use_ws' => get_string( 'always_use_ws', VPL ),
Expand Down

0 comments on commit f52e39a

Please sign in to comment.