2

I have added a few flags in the Chromium Portable startup ini file such as these

-allow-file-access-from-files -disable-web-security -user-data-dir -ignore-certificate-errors

How do I remove the warning popups on startup?

1 Answers1

5

You should add the following:

-test-type

It would prevent any warning popups.

Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108