DEV Community

Cover image for How to get through Chrome security error pages
Miguel Piedrafita
Miguel Piedrafita

Posted on • Originally published at miguelpiedrafita.com on

1

How to get through Chrome security error pages

Originally published on my blog

If you use Chrome, the chances are that you've seen the above image. It's shown, for example, when a page is in the Google SafeBrowsing blacklist or when its SSL certificate has expired. Normally, you can bypass this warning by clicking "Advanced" then "Proceed to whatever.com (unsafe)" but, if the website is using a special technology (called HSTS), the above method will not work, and you'll be presented with this message instead:

How to get through Chrome security error pages

I learned recently an easy trick to bypass this. Just type thisisunsafe, and Chrome will let you into the website.

While this protection is in place for a reason and it isn't a good idea to use this trick every time you get into a warning screen, this may help you access some sites you wouldn't be able otherwise (old sites whose certificate has expired or even your own site during manteniance).

Liked this article? Consider supporting me on Patreon. Learn more.

Sentry image

Hands-on debugging session: instrument, monitor, and fix

Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.

RSVP here →

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay