How to remove warning popups in Chromium Portable?

2.1k Views Asked by At

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

There are 1 best solutions below

1
On BEST ANSWER

You should add the following:

-test-type

It would prevent any warning popups.