TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How Do I Turn Off "This page has insecure content" in Chrome?

1 pointsby helios410over 13 years ago
Hey everyone,<p>I have Googled this, but fail to come up with an exact answer on how to turn off the pop-up bar warning about visiting insecure pages in Google Chrome.<p>I am on OS X 10.7<p>Can anyone give me step-by-step instructions on how to turn this annoyance off from Terminal?<p>Thanks!

2 comments

aglover 13 years ago
--allow-running-insecure-content on the command line.<p>Although it would be far more useful to fix the site in question. For the stable channel I think we only have it on for google.com so, are, you hitting mixed-scripting on Google sites?<p>If so, maybe you should report that: <a href="https://code.google.com/p/chromium/issues/detail?id=81637" rel="nofollow">https://code.google.com/p/chromium/issues/detail?id=81637</a><p><a href="http://googleonlinesecurity.blogspot.com/2011/06/trying-to-end-mixed-scripting.html" rel="nofollow">http://googleonlinesecurity.blogspot.com/2011/06/trying-to-e...</a>
bdfh42over 13 years ago
Not wishing to seem rude but this is not a forum for technical questions. You should post on something like <a href="http://stackoverflow.com/" rel="nofollow">http://stackoverflow.com/</a>