I'm creating a PHP application that will run exclusively with Chromium, this comes from the php desktop chromium v1 project that can be checked here.
My project is a simple store program running on localhost, and opens inside this Chromium, I would like to know if there is any way to remove the "inspect element" option from the browser, so I read Chromium allows a high range of direct changes by .ini
, and wanted to know if there is a way to do this and how to do it if possible.
Removal is not critical, but if I had to do it I would be happy to know how.