5

Apparently desktop Chrome has a flag called --ignore-certificate-errors that allows you to bypass all certificate warnings. Is there an equivalent for Android Chrome? I checked in chrome://flags but nothing there.

gravitation
  • 163
  • 1
  • 1
  • 7

3 Answers3

0

It's not a permanent bypass, but the flag

chrome://flags/#remember-cert-error-decisions

should make it less painful.

m-p-3
  • 367
  • 1
  • 9
0

On modern Chrome versions you need to disable follow flag:

chrome://flags/#enable-recurrent-interstitial
0

If you have chrome connected to a remote chrome debugging session (see here: https://developers.google.com/web/tools/chrome-devtools/remote-debugging), you can inspect the tab on the remote side, click on the miniature displayed screen on the remote side and type "thisisunsafe" just like in normal chrome.

lru
  • 1