Skip to content

Commit

Permalink
Fixes mybb#4100 Insecure connection used for Stop Forum Spam API (myb…
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanMussi authored and lairdshaw committed Oct 9, 2021
1 parent 0d2e3a0 commit f9c39b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class_stopforumspamchecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class StopForumSpamChecker
*
* @var string
*/
const STOP_FORUM_SPAM_API_URL_FORMAT = 'http://api.stopforumspam.org/api?username=%s&email=%s&ip=%s&f=json&confidence';
const STOP_FORUM_SPAM_API_URL_FORMAT = 'https://api.stopforumspam.org/api?username=%s&email=%s&ip=%s&f=json&confidence';
/**
* @var pluginSystem
*/
Expand Down

0 comments on commit f9c39b1

Please sign in to comment.