8

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
  • 16,897
  • 4
  • 42
  • 57
Developer
  • 625
  • 1
  • 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
  • 55,769
  • 7
  • 146
  • 189