DEV Community

Costin Manda
Costin Manda

Posted on • Originally published at siderite.dev on

Bypassing blocking Chrome certificate screens

Original URL: https://siderite.dev/blog/bypassing-blocking-chrome-certificate-screens

Yep, it's is that easy, thanks to code added by the Chromium devs. You just make sure the focus is on the HTTPS error page, then type "thisisunsafe". A lot more details here: thisisunsafe - Bypassing chrome security warnings.

Is it a good idea? Probably not. Will it be remove by Google devs some time in the future? Probably yes. But sometimes you just need to access that site and don't care about other stuff.

Hope it helps!

Top comments (0)