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)
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)
This was added to the
chrome://flags
page in 2018. Seechrome://flags#unsafely-treat-insecure-origin-as-secure
for a textbox that allows you to supply the list.