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 answers

1
Pritam Banerjee On BEST ANSWER

You should add the following:

-test-type

It would prevent any warning popups.