BlogEngine / BlogEngine.NET

Multi-User ASP.NET Blogging Application
https://blogengine.io/
957 stars 547 forks source link

Recaptcha does not work on HTTPS #261

Open mikernet opened 1 year ago

mikernet commented 1 year ago

It references the script via HTTP instead of HTTPS, causing it not to load when the blog is hosted on HTTPS:

https://github.com/BlogEngine/BlogEngine.NET/blob/master/BlogEngine/BlogEngine.NET/Custom/Extensions/Recaptcha/RecaptchaControl.cs#L558

mikernet commented 1 year ago

Oh wait...that script link doesn't even exist anymore.