9

How can we set the following flag in Google Chrome for android?

--unsafely-treat-insecure-origin-as-secure="example.com" 

(replacing "example.com" with the origin you actually want to test)

Daniel Herr
  • 19,083
  • 6
  • 44
  • 61
Developer
  • 695
  • 2
  • 8
  • 17
  • Older method for setting arbitrary flags: [Run google-chrome with flags on Android](https://stackoverflow.com/questions/29280796/run-google-chrome-with-flags-on-android) – Josh Lee Jan 16 '19 at 20:28

1 Answers1

2

This was added to the chrome://flags page in 2018. See chrome://flags#unsafely-treat-insecure-origin-as-secure for a textbox that allows you to supply the list.

EricLaw
  • 56,563
  • 7
  • 151
  • 196