mailgun / validator-demo

Mailgun email address jquery validation plugin http://mailgun.github.io/validator-demo/
Apache License 2.0
257 stars 80 forks source link

Fix mixed content errors #2

Closed 0b10011 closed 9 years ago

0b10011 commented 9 years ago

Currently Firefox reports the following errors (Chrome reports similar errors):

Using // instead of http:// lets the browser inherit the protocol from the main page. Alternatively, you could specify https://.

jeremyschlatter commented 9 years ago

Thanks!