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 trialJeanene Cannon
Full Stack JavaScript Techdegree Graduate 15,407 PointsFor some reason when I try to open my "preview page" while working in the workspace the browser address says "Not Secure
It says the site is not secure and it won't open it so now I can't preview my work in the workspace. How can I fix this? I've looked at the site settings and tried playing with the settings allowing things that were blocked but it still didn't help.
2 Answers
Steven Parker
231,236 PointsSince the website previews connect using the http protocol (instead of https), they will always be considered "not secure" by the browser. This isn't a real concern since you won't be passing any personal financial information (or any other personal identification information) in any of the web exercises.
Jeanene Cannon
Full Stack JavaScript Techdegree Graduate 15,407 PointsJeanene Cannon
Full Stack JavaScript Techdegree Graduate 15,407 PointsWell I just pressed command, option J and the console did open up as did the instructor's page in the video....so maybe it's okay...but I am still concerned that it says "not secure"...I even put the web address into the google site to check the security of the site and it said it was fine.