Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Improving the form validation - security

In the jQuery basics class, for this section I saw this message in the console:

"This page includes a password or credit card input in a non-secure context. A warning has been added to the URL bar. For more information, see https://goo.gl/zmWq3m."

I couldn't submit the form on testing, of course, with the warning "Not secure" on the URL bar. The browser thinks this is a real password. Any way I can get around this to test the page?

1 Answer

Steven Parker
Steven Parker
231,858 Points

Why not just use https protocol to satisfy the browser?