Skip to content

Steam now uses HTTPS in the profile information field

Latest
Compare
Choose a tag to compare
@BlackCetha BlackCetha released this 07 Apr 06:29
· 1 commit to master since this release

Any older versions no longer work.

Steam has switched from returning an http profile URL in the signed OpenID fields and instead returns a https URL.
This means the RegEx for validating said field will fail and not accept a valid login. This release updates the RegEx to have optional support for https in the URL.

The API is unchanged.